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

This commit is contained in:
Martin Weinelt
2025-08-09 19:08:55 +02:00
parent 3d3eb1e407
commit 7e45eeb84d
@@ -4,7 +4,7 @@
fetchFromGitHub,
httpx,
protobuf,
pytest-asyncio,
pytest-asyncio_0,
pytest-httpx,
pytest-mock,
pytestCheckHook,
@@ -48,7 +48,7 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytest-asyncio
pytest-asyncio_0
pytest-httpx
pytest-mock
pytestCheckHook