Skip to content

Commit

Permalink
ignore deprecation warnings instead of silence everything
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Oct 7, 2021
1 parent 6d168d0 commit 3327d1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ testpaths = "carsus" "docs"
astropy_header = true
# doctest_plus = enabled
text_file_format = rst
addopts = -p no:warnings # --doctest-rst
# addopts = --doctest-rst
filterwarnings =
ignore::DeprecationWarning

[coverage:run]
omit =
Expand Down

0 comments on commit 3327d1a

Please sign in to comment.