summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/jsonrpc-websocket/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/jsonrpc-websocket/default.nix')
-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
];