From 5bee21fb753ff25faca985dac1d9cf7fede4560c Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 27 Feb 2024 01:26:05 +0100 Subject: [PATCH] python311Packages.xknx: use pytest-asyncio_0_21 --- pkgs/development/python-modules/xknx/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/xknx/default.nix b/pkgs/development/python-modules/xknx/default.nix index 91721fdd169a..99feb4a0cb51 100644 --- a/pkgs/development/python-modules/xknx/default.nix +++ b/pkgs/development/python-modules/xknx/default.nix @@ -4,7 +4,7 @@ , fetchFromGitHub , cryptography , ifaddr -, pytest-asyncio +, pytest-asyncio_0_21 , pytestCheckHook , pythonOlder , setuptools @@ -37,7 +37,7 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ - pytest-asyncio + pytest-asyncio_0_21 pytestCheckHook ];