python312Packages.xknx: don't pin pytest-asyncio
This commit is contained in:
parent
1045af6e91
commit
33849e49d7
@ -5,7 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
cryptography,
|
||||
ifaddr,
|
||||
pytest-asyncio_0_21,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio_0_21
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user