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
683 stars 180 forks source link

define 'ucx' pytest marker #2281

Closed jameslamb closed 2 months ago

jameslamb commented 2 months ago

Looking through logs on https://github.com/rapidsai/raft/pull/2279, I noticed this warning:

test/test_comms.py:267
  /__w/raft/raft/python/raft-dask/raft_dask/test/test_comms.py:267: PytestUnknownMarkWarning: Unknown pytest.mark.ucx - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.ucx

(build link)

This resolves it.

How I tested this

Looked for all such cases like this:

git grep -E 'mark.*ucx'

Hopefully we'll see this log disappear from the conda-python-tests CI logs on this PR.

dantegd commented 2 months ago

/merge