You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pytest.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ filterwarnings =
14
14
# --last-failed to run only the tests which failed on the previous run
15
15
# --show-capture no/stdout/stderr/both
16
16
# -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)
0 commit comments