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

Changed files
+2 -2
pkgs
development
python-modules
pykaleidescape
+2 -2
pkgs/development/python-modules/pykaleidescape/default.nix
···
buildPythonPackage,
dnspython,
fetchFromGitHub,
-
pytest-asyncio,
+
pytest-asyncio_0,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
···
];
nativeCheckInputs = [
-
pytest-asyncio
+
pytest-asyncio_0
pytestCheckHook
];