Skip to content

Commit

Permalink
fix typo in tox.ini preventing astropy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 22, 2023
1 parent d8cfca5 commit 96c6902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ commands_pre =
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.extension" \
-W "ignore::asdf.exceptions.AsdfDeprecationWarning:asdf.extension"

[testenv:asdf-astropy]
change_dir = {env_tmp_dir}
Expand Down

0 comments on commit 96c6902

Please sign in to comment.