From de1c35038c48367d66bee2ff066826f0c4cb658c Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 22 Jan 2025 11:24:08 -0500 Subject: [PATCH] test dkist using pyargs --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 16e704b47..c181a1578 100644 --- a/tox.ini +++ b/tox.ini @@ -319,11 +319,7 @@ commands_pre = pip install -r {env_tmp_dir}/requirements.txt pip freeze commands = -# the AsdfManifestURIMismatchWarning filter can be removed when a new sunpy -# is released which contains the fixed manifests: -# https://github.com/sunpy/sunpy/pull/7432 - pytest dkist --benchmark-skip \ - -W "ignore::asdf.exceptions.AsdfManifestURIMismatchWarning" + pytest --pyargs dkist --benchmark-skip [testenv:abacusutils] change_dir = {env_tmp_dir}