python3Packages.xknx: test with pytest-asyncio 0.x

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:56 +02:00
parent 01bacf82c3
commit a656b9be6b
@@ -6,7 +6,7 @@
cryptography,
ifaddr,
freezegun,
pytest-asyncio,
pytest-asyncio_0,
pytestCheckHook,
pythonOlder,
setuptools,
@@ -36,7 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
freezegun
pytest-asyncio
pytest-asyncio_0
pytestCheckHook
];