Skip to content

Commit

Permalink
Enable Warnings as errors in Python tests (#102)
Browse files Browse the repository at this point in the history
Part of rapidsai/build-planning#26, warnings in Python tests will now be treated as errors

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

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #102
  • Loading branch information
mroeschke authored May 2, 2024
1 parent 00616f9 commit d44aa39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/cuvs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,8 @@ wheel.packages = ["cuvs"]
provider = "scikit_build_core.metadata.regex"
input = "cuvs/VERSION"
regex = "(?P<value>.*)"

[tool.pytest.ini_options]
filterwarnings = [
"error",
]

0 comments on commit d44aa39

Please sign in to comment.