Skip to content

Commit

Permalink
more general warning-suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 6, 2024
1 parent c6fb3fb commit 641a866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/rmm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,5 @@ requires = [
# treat warnings as errors
filterwarnings = [
"error",
"ignore:.*cuda.cudart module is deprecated.*:DeprecationWarning"
"ignore:.*cuda..* module is deprecated.*:DeprecationWarning"
]

0 comments on commit 641a866

Please sign in to comment.