We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2f54d9 + f30ba42 commit 8fed923Copy full SHA for 8fed923
setup.cfg
@@ -6,7 +6,12 @@ astropy_header = true
6
#doctest_plus = disabled
7
#text_file_format = rst
8
xfail_strict = true
9
-addopts = -p no:warnings
+filterwarnings =
10
+ error
11
+ ignore:numpy.ufunc size changed:RuntimeWarning
12
+ ignore:numpy.ndarray size changed:RuntimeWarning
13
+ ignore::DeprecationWarning:ginga
14
+ ignore:Marker set named:UserWarning
15
16
[flake8]
17
# E501: line too long
0 commit comments