Skip to content

Commit

Permalink
MAINT: ignoring IERS warnings for now to pass tests on old python whe…
Browse files Browse the repository at this point in the history
…re there are no more updates
  • Loading branch information
bsipocz committed Jan 9, 2025
1 parent 1158abf commit baea246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ filterwarnings =
# Numpy 2.0 deprecations triggered by upstream libraries.
# Exact warning messages differ, thus using a super generic filter.
ignore:numpy.core:DeprecationWarning
# Added for python 3.8, cleanup once old python version support is removed
# (adding it to conftest is ineffective as the PrototypeWarning line above already
# triggers this warning at the time of collection
ignore::astropy.utils.iers.iers.IERSStaleWarning
# We need to ignore this module level warning to not cause issues at collection time.
# Remove it once warning is removed from code (in 1.7).
ignore:pyvo.discover:pyvo.utils.prototype.PrototypeWarning
Expand Down

0 comments on commit baea246

Please sign in to comment.