python3Packages.pyaprilaire: pin pytest-asyncio at 0.x

Changed files
+2 -2
pkgs
development
python-modules
pyaprilaire
+2 -2
pkgs/development/python-modules/pyaprilaire/default.nix
···
pytestCheckHook,
crc,
setuptools,
-
pytest-asyncio,
}:
buildPythonPackage rec {
···
nativeCheckInputs = [
pytestCheckHook
-
pytest-asyncio
];
meta = {
···
pytestCheckHook,
crc,
setuptools,
+
pytest-asyncio_0,
}:
buildPythonPackage rec {
···
nativeCheckInputs = [
pytestCheckHook
+
pytest-asyncio_0
];
meta = {