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

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:56 +02:00
parent 292018ede4
commit 01bacf82c3
@@ -4,7 +4,7 @@
buildPythonPackage,
dnspython,
fetchFromGitHub,
pytest-asyncio,
pytest-asyncio_0,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
@@ -33,7 +33,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-asyncio
pytest-asyncio_0
pytestCheckHook
];