python3Packages.matrix-nio: run tests in asyncio legacy mode

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:34 +02:00
parent 3737f384aa
commit d3e6dbb771
@@ -78,7 +78,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [ "--benchmark-disable" ];
pytestFlagsArray = [
"--asyncio-mode=legacy"
"--benchmark-disable"
];
disabledTests = [
# touches network