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}