Commit c409b8d
committed
A comment in the pytest.ini about running tests in parallel.
Jackson notes:
I also tried running in parallel and ended up with Julia issues.
I think --no-julia won't work for us though -
we would need to individually label each unit test with either a
pytest marker or fixture to indicate that it requires the Julia
runtime (see the pyjulia docs).
I add that, for me, the test collection seems to cause Julia compilation
of everything, on every runner, so it takes for ever.
I think it can be a helpful option if you're running a subset of the
tests. But I don't think it's a good default.1 parent 98686ae commit c409b8d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments