Skip to content

Commit

Permalink
test dkist using pyargs
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jan 22, 2025
1 parent 43e1947 commit de1c350
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit de1c350

Please sign in to comment.