about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-27 01:26:05 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-02-27 01:56:55 +0100
commit5bee21fb753ff25faca985dac1d9cf7fede4560c (patch)
tree285bf6b17dba913ba984d2454eb409a5bfb6197c /pkgs
parent108db102e657f9de390ecd86b6aa183a9936bd46 (diff)
python311Packages.xknx: use pytest-asyncio_0_21
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/xknx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/xknx/default.nix b/pkgs/development/python-modules/xknx/default.nix
index 91721fdd169aa..99feb4a0cb51d 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
   ];