Skip to content

Commit

Permalink
Merge pull request #125 from pllim/tst-no-ignore-warn
Browse files Browse the repository at this point in the history
TST: Stop ignoring warnings
  • Loading branch information
pllim authored Feb 19, 2021
2 parents c2f54d9 + f30ba42 commit 8fed923
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ astropy_header = true
#doctest_plus = disabled
#text_file_format = rst
xfail_strict = true
addopts = -p no:warnings
filterwarnings =
error
ignore:numpy.ufunc size changed:RuntimeWarning
ignore:numpy.ndarray size changed:RuntimeWarning
ignore::DeprecationWarning:ginga
ignore:Marker set named:UserWarning

[flake8]
# E501: line too long
Expand Down

0 comments on commit 8fed923

Please sign in to comment.