From 8cf98a11bd35a14900be7cea8bb56e37a2b963aa Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Wed, 22 Feb 2023 12:16:02 -0500 Subject: [PATCH] Drop unnecessary suppressions from the tox jobs --- tox.ini | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tox.ini b/tox.ini index 7302e20e6..1be381cf1 100644 --- a/tox.ini +++ b/tox.ini @@ -127,10 +127,7 @@ commands_pre = pip install -r {env_tmp_dir}/requirements.txt pip freeze commands= - pytest astropy/astropy/io/misc/asdf --open-files --run-slow --remote-data \ - -W "ignore::asdf.exceptions.AsdfDeprecationWarning:asdf.types" \ - -W "ignore::asdf.exceptions.AsdfDeprecationWarning:asdf._types" \ - -W "ignore::asdf.exceptions.AsdfDeprecationWarning:asdf.extension" + pytest astropy/astropy/io/misc/asdf --open-files --run-slow --remote-data [testenv:asdf-astropy] change_dir = {env_tmp_dir} @@ -160,10 +157,7 @@ commands_pre = pip install -r {env_tmp_dir}/requirements.txt pip freeze commands = - pytest specutils \ - -W "ignore::asdf.exceptions.AsdfDeprecationWarning:asdf.fits_embed" \ - -W "ignore::asdf.exceptions.AsdfDeprecationWarning:asdf.types" \ - -W "ignore::asdf.exceptions.AsdfDeprecationWarning:asdf.extension" + pytest specutils [testenv:gwcs] change_dir = {env_tmp_dir}