python3Packages.matrix-nio: run tests in asyncio legacy mode
This commit is contained in:
@@ -78,7 +78,10 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "--benchmark-disable" ];
|
||||
pytestFlagsArray = [
|
||||
"--asyncio-mode=legacy"
|
||||
"--benchmark-disable"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# touches network
|
||||
|
||||
Reference in New Issue
Block a user