Skip to content

Commit da3b9a9

Browse files
authored
define 'ucx' pytest marker (#2281)
Looking through logs on #2279, I noticed this warning: ```text 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](https://github.com/rapidsai/raft/actions/runs/8850602382/job/24314273393?pr=2279#step:7:780)) This resolves it. ### How I tested this Looked for all such cases like this: ```shell git grep -E 'mark.*ucx' ``` Hopefully we'll see this log disappear from the `conda-python-tests` CI logs on this PR. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) - Dante Gama Dessavre (https://github.com/dantegd) - Ray Douglass (https://github.com/raydouglass) URL: #2281
1 parent 3406569 commit da3b9a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/raft-dask/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ markers =
66
mg: marks a test as multi-GPU
77
memleak: marks a test as a memory leak test
88
nccl: marks a test as using NCCL
9+
ucx: marks a test as using ucx-py

0 commit comments

Comments
 (0)