File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,26 @@ minversion = 6.0
17
17
norecursedirs = build docs/_build docs/gallery-examples
18
18
doctest_plus = enabled
19
19
text_file_format = rst
20
- addopts = -p no:warnings
21
20
xfail_strict = true
22
21
remote_data_strict = true
22
+ filterwarnings =
23
+ error
24
+ ignore: Experimental:UserWarning:
25
+ ignore: The LCOGT archive:UserWarning:
26
+ # This is a temporary measure, all of these should be fixed:
27
+ ignore::pytest.PytestUnraisableExceptionWarning
28
+ ignore::numpy.VisibleDeprecationWarning
29
+ ignore: unclosed file:ResourceWarning
30
+ ignore::UserWarning
31
+ ignore::astroquery.exceptions.InputWarning
32
+ ignore::astropy.utils.exceptions.AstropyDeprecationWarning
33
+ ignore::astropy.io.votable.exceptions.W50
34
+ ignore::astropy.io.votable.exceptions.W06
35
+ ignore::astropy.io.votable.exceptions.W03
36
+ ignore::astropy.io.votable.exceptions.W21
37
+ ignore::astropy.io.votable.exceptions.W42
38
+ markers =
39
+ bigdata: marks tests that are expected to trigger a large download (deselect with ' -m "not bigdata"' )
23
40
24
41
[ah_bootstrap]
25
42
auto_use = True
You can’t perform that action at this time.
0 commit comments