Skip to content

Commit

Permalink
tox prevents numba cache, i.e. parallel compile causes segfaults -> r…
Browse files Browse the repository at this point in the history
…un tests single-threaded on CI and new envs
  • Loading branch information
s-m-e committed Feb 23, 2024
1 parent 9793a8d commit eba7058
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ setenv =
PIP_PREFER_BINARY = 1
NPY_DISABLE_CPU_FEATURES = AVX512_SKX
coverage: NUMBA_DISABLE_JIT = 1
fast: PYTEST_MARKERS = -m "not slow and not mpl_image_compare" -n auto
online: PYTEST_MARKERS = -m "remote_data" -n auto
slow: PYTEST_MARKERS = -m "slow" -n auto
images: PYTEST_MARKERS = -m "mpl_image_compare" -n auto
fast: PYTEST_MARKERS = -m "not slow and not mpl_image_compare" -n 1
online: PYTEST_MARKERS = -m "remote_data" -n 1
slow: PYTEST_MARKERS = -m "slow" -n 1
images: PYTEST_MARKERS = -m "mpl_image_compare" -n 1
PYTEST_EXTRA_ARGS = --mypy
online: PYTEST_EXTRA_ARGS = --remote-data=any
slow: PYTEST_EXTRA_ARGS =
Expand Down

0 comments on commit eba7058

Please sign in to comment.