Skip to content

Commit

Permalink
Turn metpy deprecation warnings into errors with pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrleeman committed Sep 27, 2018
1 parent 9e107f0 commit 60c0fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -24,6 +24,7 @@ flake8-max-line-length = 95
doctest_optionflags = NORMALIZE_WHITESPACE
mpl-results-path = test_output
log_print = False
filterwarnings = error::metpy.deprecation.MetpyDeprecationWarning

[doc8]
ignore-path = docs/build,docs/api,docs/_templates
Expand Down

0 comments on commit 60c0fcc

Please sign in to comment.