Skip to content

Commit

Permalink
Enable FutureWarnings/DeprecationWarnings as errors (#595)
Browse files Browse the repository at this point in the history
Part of rapidsai/build-planning#26

Luckily it doesn't appear the current test suite has any :)

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Ajay Thorve (https://github.com/AjayThorve)

URL: #595
  • Loading branch information
mroeschke authored May 6, 2024
1 parent 1e990bc commit b0b54b7
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 b0b54b7

Please sign in to comment.