python311Packages.xknx: use pytest-asyncio_0_21

This commit is contained in:
Martin Weinelt
2024-02-27 01:56:55 +01:00
parent 108db102e6
commit 5bee21fb75
@@ -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
];