python3Packages.devolo-plc-api: test with pytest-asyncio 0.x

Changed files
+2 -2
pkgs
development
python-modules
devolo-plc-api
+2 -2
pkgs/development/python-modules/devolo-plc-api/default.nix
···
fetchFromGitHub,
httpx,
protobuf,
-
pytest-asyncio,
+
pytest-asyncio_0,
pytest-httpx,
pytest-mock,
pytestCheckHook,
···
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
-
pytest-asyncio
+
pytest-asyncio_0
pytest-httpx
pytest-mock
pytestCheckHook