Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setenv =
PYTEST_ARGS = ''
# 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.
online: PYTEST_ARGS = --remote-data=any -m "not bigdata" --suppress-tests-failed-exit-code
online: PYTEST_ARGS_2 = --remote-data=any -vv --last-failed -m "not bigdata"
online: PYTEST_ARGS_2 = --remote-data=any -m "not bigdata" -vv --last-failed --last-failed-no-failures none --suppress-no-test-exit-code
online: SINGLE_RUN = False
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
# astropy doesn't yet have a 3.13 compatible release
Expand Down
Loading