lol

python310Packages.pyspcwebgw: test in asyncio auto mode

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