Skip to content

Commit

Permalink
update warning filters in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed May 8, 2024
1 parent b9568ef commit f863ec6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ commands_pre =
pip install -r {env_tmp_dir}/requirements.txt
pip freeze
commands =
pytest roman_datamodels/tests \
-W "ignore:asdf.extensions plugin from package gwcs==0.18.3:asdf.exceptions.AsdfWarning"
pytest roman_datamodels/tests

[testenv:weldx]
change_dir = {env_tmp_dir}
Expand Down Expand Up @@ -321,4 +320,4 @@ commands_pre =
pip freeze
commands =
pytest dkist \
-W "ignore:asdf.extensions plugin from package gwcs==0.18.3:asdf.exceptions.AsdfWarning"
-W "ignore::asdf.exceptions.AsdfManifestURIMismatchWarning"

0 comments on commit f863ec6

Please sign in to comment.