summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 18:44:50 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:08:55 +0200
commit7e45eeb84da09615f37c10380164023cfd7f5dc6 (patch)
tree3b704106d195dfcb0e7edc33b6202d5a1a665f50
parentpython3Packages.hyperion-py: test with pytest-asyncio 0.x (diff)
downloadnixpkgs-7e45eeb84da09615f37c10380164023cfd7f5dc6.tar.gz
python3Packages.devolo-plc-api: test with pytest-asyncio 0.x
-rw-r--r--pkgs/development/python-modules/devolo-plc-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/devolo-plc-api/default.nix b/pkgs/development/python-modules/devolo-plc-api/default.nix
index d9dcbbb73a3f..89f1bbb6853b 100644
--- a/pkgs/development/python-modules/devolo-plc-api/default.nix
+++ b/pkgs/development/python-modules/devolo-plc-api/default.nix
@@ -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