python310Packages.pyspcwebgw: test in asyncio auto mode

This commit is contained in:
Robert Schütz
2022-11-16 08:45:48 -08:00
parent ed4a26d0be
commit 4df6edf49b
@@ -35,7 +35,7 @@ buildPythonPackage rec {
];
pytestFlagsArray = [
"--asyncio-mode=legacy"
"--asyncio-mode=auto"
];
pythonImportsCheck = [ "pyspcwebgw" ];