From 9ad33a870337d41fda5749ebf66af40a480a4f3b Mon Sep 17 00:00:00 2001 From: alphasentaurii Date: Thu, 10 Aug 2023 11:45:40 -0400 Subject: [PATCH] added jwst marker for tests --- tests/pytest.ini | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/pytest.ini b/tests/pytest.ini index 4b28965..ff24e99 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -3,6 +3,7 @@ python_files = test_* python_classes = *Tests python_functions = test_* markers = + jwst hst cal svm: marks tests as svm (deselect with '-m "not svm"') diff --git a/tox.ini b/tox.ini index 68093d1..b92ca7d 100644 --- a/tox.ini +++ b/tox.ini @@ -61,6 +61,7 @@ python_classes = *Tests python_functions = test_* testpaths = tests markers = + jwst hst cal svm: marks tests as svm (deselect with '-m "not svm"')