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"
];