rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
747 stars 189 forks source link

Enable warnings as errors for Python tests #2288

Closed mroeschke closed 4 months ago

mroeschke commented 5 months ago

As part of https://github.com/rapidsai/build-planning/issues/26, warnings in Python tests will be converted to test failures

ignore:Unknown pytest.mark.ucx:PytestUnknownMarkWarning could be removed once https://github.com/rapidsai/raft/pull/2281 is merged cc @jameslamb

jameslamb commented 5 months ago

Thanks for the @.

I didn't even think about how this work you're doing would have caught the thing I just happened to notice in logs that led to #2281... nice!!

@rapidsai/raft-python-codeowners #2281 is small and I think non-controversial, it's ready for review.

cjnolet commented 4 months ago

/merge