Skip to content

Commit

Permalink
treat FutureWarning as error during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Mar 6, 2024
1 parent 4dfab6b commit b89c520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ filterwarnings = [
"ignore::DeprecationWarning:traittypes.*:",
"ignore:Passing method to :FutureWarning:xarray.*:",
"error::pint.UnitStrippedWarning",
"error::FutureWarning",
]

[tool.coverage.run]
Expand Down

0 comments on commit b89c520

Please sign in to comment.