summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 16:55:06 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2025-08-09 19:05:38 +0200
commit2da0963ea4749569905448d02d3ea36c03591b75 (patch)
tree4b52de33608de81d2868d7a54f3c6e0caa053741
parentpython3Packages.sqlframe: 3.38.0 -> 3.38.2 (diff)
downloadnixpkgs-2da0963ea4749569905448d02d3ea36c03591b75.tar.gz
python3Packages.jsonrpc-websocekt: test with pytest-asyncio 0.x
-rw-r--r--pkgs/development/python-modules/jsonrpc-websocket/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/jsonrpc-websocket/default.nix b/pkgs/development/python-modules/jsonrpc-websocket/default.nix
index 8047a7a7ebec..8fd8391120a6 100644
--- a/pkgs/development/python-modules/jsonrpc-websocket/default.nix
+++ b/pkgs/development/python-modules/jsonrpc-websocket/default.nix
@@ -5,7 +5,7 @@
buildPythonPackage,
fetchFromGitHub,
jsonrpc-base,
- pytest-asyncio,
+ pytest-asyncio_0,
pytestCheckHook,
pythonOlder,
setuptools,
@@ -34,7 +34,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
- pytest-asyncio
+ pytest-asyncio_0
pytestCheckHook
];