diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 18:44:50 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:08:55 +0200 |
| commit | 7e45eeb84da09615f37c10380164023cfd7f5dc6 (patch) | |
| tree | 3b704106d195dfcb0e7edc33b6202d5a1a665f50 | |
| parent | python3Packages.hyperion-py: test with pytest-asyncio 0.x (diff) | |
| download | nixpkgs-7e45eeb84da09615f37c10380164023cfd7f5dc6.tar.gz | |
python3Packages.devolo-plc-api: test with pytest-asyncio 0.x
| -rw-r--r-- | pkgs/development/python-modules/devolo-plc-api/default.nix | 4 |
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 |
