tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.pyspcwebgw: test in asyncio auto mode
Robert Schütz
3 years ago
4df6edf4
ed4a26d0
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyspcwebgw
default.nix
+1
-1
pkgs/development/python-modules/pyspcwebgw/default.nix
···
35
35
];
36
36
37
37
pytestFlagsArray = [
38
38
-
"--asyncio-mode=legacy"
38
38
+
"--asyncio-mode=auto"
39
39
];
40
40
41
41
pythonImportsCheck = [ "pyspcwebgw" ];