Skip to content

Commit 08432fa

Browse files
committed
MAINT: cleaning pytest cache on first run to make tox envs locally reusable
1 parent a682f92 commit 08432fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description = run tests
2323
setenv =
2424
PYTEST_ARGS = ''
2525
# We have two pytest runs for the online tests, need to suppress the failing status for the first one to be able to run the second.
26-
online: PYTEST_ARGS = --remote-data=any -m "not bigdata" --suppress-tests-failed-exit-code
26+
online: PYTEST_ARGS = --remote-data=any -m "not bigdata" --suppress-tests-failed-exit-code --cache-clear
2727
online: PYTEST_ARGS_2 = --remote-data=any -m "not bigdata" -vv --last-failed --last-failed-no-failures none --suppress-no-test-exit-code
2828
online: SINGLE_RUN = False
2929
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/liberfa/simple

0 commit comments

Comments
 (0)