Skip to content

Commit

Permalink
MAINT: ignoring ErfaWarnings for now, too
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jan 9, 2025
1 parent baea246 commit 62b35d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ filterwarnings =
# (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
ignore::astropy.utils.exceptions.ErfaWarning
# 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 62b35d3

Please sign in to comment.