Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into cagra-bf
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdong authored Sep 25, 2024
2 parents 7bd733b + 17757b8 commit 1db44d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/pylibraft/pylibraft/test/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native

1 change: 1 addition & 0 deletions python/raft-dask/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ markers =
nccl: marks a test as using NCCL
ucx: marks a test as using UCX-Py
ucxx: marks a test as using UCXX
addopts = --tb=native
5 changes: 5 additions & 0 deletions python/raft-dask/raft_dask/test/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native

0 comments on commit 1db44d7

Please sign in to comment.