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: rapidsai/cuvs#102
  • Loading branch information
difyrrwrzd authored May 2, 2024
1 parent 6682f00 commit 6687250
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 6687250

Please sign in to comment.