Skip to content

Commit

Permalink
Enable pytest failures on warnings from cudf (#5796)
Browse files Browse the repository at this point in the history
The test suite will now fail when a warning comes from cudf as apart of rapidsai/build-planning#26.

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

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

URL: #5796
  • Loading branch information
mroeschke authored Mar 11, 2024
1 parent 0b181dd commit a3bed22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ testpaths = "cuml/tests"

filterwarnings = [
"error::FutureWarning:cuml[.*]", # Catch uses of deprecated positional args in testing
"error:::cudf",
"ignore:[^.]*ABCs[^.]*:DeprecationWarning:patsy[.*]",
"ignore:(.*)alias(.*):DeprecationWarning:hdbscan[.*]",
]
Expand Down

0 comments on commit a3bed22

Please sign in to comment.