Skip to content

Commit 73deea4

Browse files
committed
provide a more helpful suggestion
1 parent d5e8f0b commit 73deea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ filterwarnings =
1414
# --last-failed to run only the tests which failed on the previous run
1515
# --show-capture no/stdout/stderr/both
1616
# -k "test name" will run only the tests that match the pattern in quotes, i.e. "test_arkane or test_rmg" would run those two tests
17-
# -n auto # will use all available cores, if you first pip install pytest-xdist, but it doesn't work well with julia (so add --no-julia? or give up?)
17+
# -n auto # will use all available cores, if you first pip install pytest-xdist, but it doesn't work well with julia (so run in pure python, i.e. without RMS installed)
1818
addopts =
1919
--keep-duplicates
2020
-s

0 commit comments

Comments
 (0)