python3Packages.pyspcwebgw: test in asyncio legacy mode

This commit is contained in:
Martin Weinelt
2022-07-21 22:35:31 +02:00
parent 85872173ee
commit 4049e1b86c
@@ -34,6 +34,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
];
pythonImportsCheck = [ "pyspcwebgw" ];
meta = with lib; {