Skip to content

Commit

Permalink
Exclude tests from builds (#4147)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Feb 7, 2024
1 parent 51a72fb commit 5c6c4d3
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 20 deletions.
2 changes: 2 additions & 0 deletions python/cugraph-dgl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ version = {file = "cugraph_dgl/VERSION"}
include = [
"cugraph_dgl*",
]
exclude = ["*tests*"]

1 change: 1 addition & 0 deletions python/cugraph-equivariant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ include = [
"cugraph_equivariant*",
"cugraph_equivariant.*",
]
exclude = ["*tests*"]
20 changes: 0 additions & 20 deletions python/cugraph-equivariant/setup.py

This file was deleted.

2 changes: 2 additions & 0 deletions python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ include = [
"cugraph_pyg*",
"cugraph_pyg.*",
]
exclude = ["*tests*"]

1 change: 1 addition & 0 deletions python/cugraph-service/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ version = {file = "cugraph_service_client/VERSION"}
include = [
"cugraph_service_client",
]
exclude = ["*tests*"]
1 change: 1 addition & 0 deletions python/cugraph-service/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ include = [
"cugraph_service_server",
"cugraph_service_server.*"
]
exclude = ["*tests*"]
1 change: 1 addition & 0 deletions python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.packages = ["cugraph"]

Expand Down
1 change: 1 addition & 0 deletions python/nx-cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ include = [
"_nx_cugraph*",
"_nx_cugraph.*",
]
exclude = ["*tests*"]

[tool.black]
line-length = 88
Expand Down
1 change: 1 addition & 0 deletions python/pylibcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.packages = ["pylibcugraph"]

Expand Down

0 comments on commit 5c6c4d3

Please sign in to comment.