Skip to content

Commit

Permalink
parallel CI without cache?
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Feb 23, 2024
1 parent eba7058 commit 2d9e3b0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ setenv =
PYTHONUNBUFFERED = yes
PIP_PREFER_BINARY = 1
NPY_DISABLE_CPU_FEATURES = AVX512_SKX
HAPSIRA_CACHE = 0
coverage: NUMBA_DISABLE_JIT = 1
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
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
PYTEST_EXTRA_ARGS = --mypy
online: PYTEST_EXTRA_ARGS = --remote-data=any
slow: PYTEST_EXTRA_ARGS =
Expand Down

0 comments on commit 2d9e3b0

Please sign in to comment.