Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into nxcg-notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu authored Oct 1, 2024
2 parents 5cbb655 + 9b107b9 commit a80c43d
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ testpaths =

addopts =
--benchmark-columns="min, max, mean, stddev, outliers"
--tb=native

markers =
managedmem_on: RMM managed memory enabled
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native
4 changes: 4 additions & 0 deletions python/cugraph-pyg/cugraph_pyg/tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native
1 change: 1 addition & 0 deletions python/cugraph-pyg/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ addopts =
--benchmark-max-time=0
--benchmark-min-rounds=1
--benchmark-columns="mean, rounds"
--tb=native
## do not run slow tests/benchmarks by default
-m "not slow"

Expand Down
1 change: 1 addition & 0 deletions python/cugraph-service/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ addopts = --benchmark-warmup=off
--benchmark-max-time=0
--benchmark-min-rounds=1
--benchmark-columns="min, max, mean, rounds"
--tb=native
## for use with rapids-pytest-benchmark plugin
#--benchmark-gpu-disable
## for use with pytest-cov plugin
Expand Down
4 changes: 4 additions & 0 deletions python/cugraph-service/tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native
1 change: 1 addition & 0 deletions python/cugraph/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ addopts =
--benchmark-max-time=0
--benchmark-min-rounds=1
--benchmark-columns="mean, rounds"
--tb=native
## do not run the slow tests/benchmarks by default
-m "not slow"
## for use with rapids-pytest-benchmark plugin
Expand Down
4 changes: 4 additions & 0 deletions python/nx-cugraph/nx_cugraph/tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native
2 changes: 2 additions & 0 deletions python/pylibcugraph/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
[pytest]
markers =
cugraph_ops: Tests requiring cugraph-ops

addopts = --tb=native

0 comments on commit a80c43d

Please sign in to comment.