Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ filterwarnings =
# CoverageWarnings triggered by one of the other plugins(?). Either case, explicitely
# ignore it here to have passing test for pytest 8.4.
ignore:Module astroquery was previously imported, but not measured:coverage.exceptions.CoverageWarning
# Python 3.9 warning for the newest boto releases
ignore:Boto3 will no longer support Python 3.9:boto3.exceptions.PythonDeprecationWarning

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