diff --git a/tox.ini b/tox.ini index aa6dd1af52..b0fa7a9b44 100644 --- a/tox.ini +++ b/tox.ini @@ -23,8 +23,8 @@ description = run tests 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 -P sdss -m "not bigdata" --suppress-tests-failed-exit-code - online: PYTEST_ARGS_2 = --remote-data=any -vv -P sdss --last-failed -m "not bigdata" + 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: 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