python310Packages.pyspcwebgw: test in asyncio auto mode

+1 -1
+1 -1
pkgs/development/python-modules/pyspcwebgw/default.nix
··· 35 35 ]; 36 36 37 37 pytestFlagsArray = [ 38 - "--asyncio-mode=legacy" 38 + "--asyncio-mode=auto" 39 39 ]; 40 40 41 41 pythonImportsCheck = [ "pyspcwebgw" ];