Skip to content

Commit

Permalink
Drop unnecessary suppressions from the tox jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Feb 22, 2023
1 parent ca36c8d commit 8cf98a1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 8cf98a1

Please sign in to comment.