Skip to content

Commit f1a7888

Browse files
authored
CI: remove debug option from tox command
1 parent 1f22e67 commit f1a7888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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 -P sdss -m "not bigdata" --suppress-tests-failed-exit-code
27-
online: PYTEST_ARGS_2 = --remote-data=any -vv -P sdss --last-failed -m "not bigdata"
26+
online: PYTEST_ARGS = --remote-data=any -m "not bigdata" --suppress-tests-failed-exit-code
27+
online: PYTEST_ARGS_2 = --remote-data=any -vv --last-failed -m "not bigdata"
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
3030
# astropy doesn't yet have a 3.13 compatible release

0 commit comments

Comments
 (0)