We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a622c commit 1babdd8Copy full SHA for 1babdd8
pyproject.toml
@@ -43,8 +43,8 @@ content-type = "text/markdown"
43
44
[tool.pytest.ini_options]
45
# agressive parallel options
46
-addopts = "-ra" # Running with VSCode, requires serial.
47
-# addopts = "-ra -n2" # Defaults to 2 parallel tests, comment out if you want serial.
+# addopts = "-ra" # Running with pytest-xdist not installed, requires serial.
+addopts = "-ra -n2" # Defaults to 2 parallel tests, comment out if you want serial.
48
# addopts = "-ra --dist worksteal -nauto" # Defaults to parallel tests, comment out if you want serial.
49
# addopts = "-ra -v --dist worksteal -nauto" # parallel run with verbose output.
50
# addopts = "-ra --dist worksteal -nauto -q" # supress output during testing
0 commit comments