From f1a78889ba6b7c612af536ae0cb91d865844e316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 16 Dec 2024 15:53:42 -0800 Subject: [PATCH] CI: remove debug option from tox command --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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