Skip to content

Commit

Permalink
Enable FutureWarnings/DeprecationWarnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed May 1, 2024
1 parent 1e990bc commit 58c0ba3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ license-files = ["LICENSE"]

[tool.setuptools.dynamic]
version = {file = "cuxfilter/VERSION"}

[tool.pytest.ini_options]
filterwarnings = [
"error::FutureWarning",
"error::DeprecationWarning",
]

0 comments on commit 58c0ba3

Please sign in to comment.