From 33d06e2d005f3d461db42d5a09f294c528eb0eee Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 1 Mar 2023 10:12:06 -0500 Subject: [PATCH] to match testing in jwst pyproject.toml ignore jwst scripts --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0f40f3d2..23b552e6 100644 --- a/tox.ini +++ b/tox.ini @@ -80,7 +80,7 @@ commands = warnings: -W error \ xdist: -n auto \ pyargs: {toxinidir}/docs --pyargs gwcs \ - jwst: --pyargs jwst --ignore-glob=timeconversion --ignore-glob=associations \ + jwst: --pyargs jwst --ignore-glob=timeconversion --ignore-glob=associations --ignore-glob=scripts\ romancal: --pyargs romancal \ cov: --cov=. --cov-config=setup.cfg --cov-report=term-missing --cov-report=xml \ {posargs}