Skip to content

Commit 6c67d2e

Browse files
committed
Add warning to ignore
1 parent 34ef838 commit 6c67d2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ filterwarnings =
6767
ignore:leap-second auto-update failed:astropy.utils.exceptions.AstropyWarning
6868
# Should ignore these for astropy<5.0
6969
ignore:getName|currentThread:DeprecationWarning:astropy
70+
# Ignore errors from astropy.wcs about the number of WCS axes not matching image dimension
71+
ignore:The WCS transformation has more axes:astropy.wcs.wcs.FITSFixedWarning
7072
markers =
7173
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
7274
noautofixt: disabling fixture autouse

0 commit comments

Comments
 (0)