Skip to content

Commit

Permalink
CI: remove debug option from tox command
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Dec 16, 2024
1 parent 1f22e67 commit f1a7888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1a7888

Please sign in to comment.