Skip to content

Commit 59dfea8

Browse files
authored
Merge pull request #3519 from bsipocz/MAINT_ignore_chararray_deprication
TST: ignore deprecation from numpy/astropy
2 parents fa61e50 + ed3823f commit 59dfea8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ filterwarnings =
9797
# CoverageWarnings triggered by one of the other plugins(?). Either case, explicitely
9898
# ignore it here to have passing test for pytest 8.4.
9999
ignore:Module astroquery was previously imported, but not measured:coverage.exceptions.CoverageWarning
100+
# Remove when https://github.com/astropy/astropy/issues/19216 is resolved
101+
ignore:The chararray class is deprecated and will be removed in a future release:DeprecationWarning
100102

101103
markers =
102104
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')

0 commit comments

Comments
 (0)