From aaf633296c8a3ca133f65b40a1a3b718bf4a7ff4 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 26 Mar 2024 15:42:33 +0000 Subject: [PATCH] Remove pyargs because it currently interacts poorly with pytest-asdf --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 282c91f2e..7e52aaf94 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,7 @@ set_env = COLUMNS = 180 devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple # Define the base test command here to allow us to add more flags for each tox factor - PYTEST_COMMAND = pytest -vvv -r fEs --pyargs dkist --cov-report=xml --cov=dkist --cov-config={toxinidir}/.coveragerc {toxinidir}/docs + PYTEST_COMMAND = pytest -vvv -r fEs --cov-report=xml --cov=dkist --cov-config={toxinidir}/.coveragerc {toxinidir}/docs deps = # For packages which publish nightly wheels this will pull the latest nightly devdeps: astropy>=0.0.dev0