Skip to content

Commit

Permalink
TST: Ignore numpy size warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Feb 19, 2021
1 parent 907f8fe commit 72b6ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ astropy_header = true
xfail_strict = true
filterwarnings =
error
ignore:numpy.ufunc size changed:RuntimeWarning
ignore:numpy.ndarray size changed:RuntimeWarning
ignore::DeprecationWarning:ginga
ignore:is empty:UserWarning

Expand Down

0 comments on commit 72b6ce3

Please sign in to comment.