0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python3Packages.jsonrpc-websocket: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt 2022-07-21 13:08:15 +02:00
parent 2c9a47daae
commit 41545391d4

View file

@ -33,6 +33,7 @@ buildPythonPackage rec {
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
"tests.py"
];