python311Packages.xknx: use pytest-asyncio_0_21

This commit is contained in:
Martin Weinelt 2024-02-27 01:26:05 +01:00
parent 108db102e6
commit 5bee21fb75
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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
];