python3Packages.volvooncall: pin to pytest-asyncio 0.x

Changed files
+2 -2
pkgs
development
python-modules
volvooncall
+2 -2
pkgs/development/python-modules/volvooncall/default.nix
···
fetchpatch,
geopy,
mock,
-
pytest-asyncio,
+
pytest-asyncio_0,
pytestCheckHook,
pythonOlder,
}:
···
checkInputs = [
mock
-
pytest-asyncio
+
pytest-asyncio_0
pytestCheckHook
]
++ optional-dependencies.mqtt;