Skip to content

Commit

Permalink
Exclude tests from builds (rapidsai#14981)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Feb 7, 2024
1 parent 8d2b0ed commit c78033b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,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 = ["cudf"]

Expand Down
1 change: 1 addition & 0 deletions python/cudf_kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,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 = ["cudf_kafka"]

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

[tool.isort]
line_length = 79
Expand Down
3 changes: 3 additions & 0 deletions python/dask_cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ license-files = ["LICENSE"]
[tool.setuptools.dynamic]
version = {file = "dask_cudf/VERSION"}

[tool.setuptools.packages.find]
exclude = ["*tests*"]

[tool.isort]
line_length = 79
multi_line_output = 3
Expand Down

0 comments on commit c78033b

Please sign in to comment.