mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 05:23:54 +00:00
python3Packages.jsonrpc-websocket: test in asyncio legacy mode
This commit is contained in:
parent
2c9a47daae
commit
41545391d4
@ -33,6 +33,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
"tests.py"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user