Skip to content

Commit 1babdd8

Browse files
committed
update pyproject.toml for running tests in parallel
1 parent 62a622c commit 1babdd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ content-type = "text/markdown"
4343

4444
[tool.pytest.ini_options]
4545
# 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.
46+
# addopts = "-ra" # Running with pytest-xdist not installed, requires serial.
47+
addopts = "-ra -n2" # Defaults to 2 parallel tests, comment out if you want serial.
4848
# addopts = "-ra --dist worksteal -nauto" # Defaults to parallel tests, comment out if you want serial.
4949
# addopts = "-ra -v --dist worksteal -nauto" # parallel run with verbose output.
5050
# addopts = "-ra --dist worksteal -nauto -q" # supress output during testing

0 commit comments

Comments
 (0)