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
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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignoring this to avoid conflict with #126 . I will open a follow up issue to undo this in the future.


[flake8]
# E501: line too long
Expand Down