Skip to content

Commit

Permalink
Ignore asdf-astropy warning about version mismatch (#272)
Browse files Browse the repository at this point in the history
* ignore asdf-astropy warning about version mismatch

* ignore all asdf warnings
  • Loading branch information
wtbarnes authored Mar 15, 2024
1 parent c015fe1 commit b2e41b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ filterwarnings =[
"ignore:The unit 'Angstrom' has been deprecated in the VOUnit standard.*:astropy.units.core.UnitsWarning",
# Can be removed when pandas 3.0.0 is released
"ignore:\\nPyarrow will become a required dependency of pandas in the next major release of pandas:DeprecationWarning",
# Files created with previous versions of asdf-astropy issue a warning if you have a different version installed
"ignore::asdf.exceptions.AsdfWarning",
]

[tool.coverage.run]
Expand Down

0 comments on commit b2e41b4

Please sign in to comment.