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 e572a4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ 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
# These two are also needed for python 3.8
ignore:Importing ErfaWarning:astropy.utils.exceptions.AstropyDeprecationWarning
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 e572a4d

Please sign in to comment.