Skip to content

Commit

Permalink
Add cuda_cccl to the list of Python packages for which test suite is …
Browse files Browse the repository at this point in the history
…run (#3846)

* Add cuda_cccl to the list of Python packages for which test suite is run

* Add test optional dependency to include pytest

* Rename python/cuda_cccl/test to tests
  • Loading branch information
oleksandr-pavlyk authored Feb 19, 2025
1 parent b176cd8 commit 297447e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin_group "⚙️ Existing site-packages"
pip freeze
end_group "⚙️ Existing site-packages"

for module in cuda_parallel cuda_cooperative; do
for module in cuda_cccl cuda_parallel cuda_cooperative; do

pushd "../python/${module}" >/dev/null

Expand Down
3 changes: 3 additions & 0 deletions python/cuda_cccl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ platlib = ""
provider = "scikit_build_core.metadata.regex"
input = "cuda/cccl/_version.py"
# use default regex

[project.optional-dependencies]
test = ["pytest"]
File renamed without changes.

0 comments on commit 297447e

Please sign in to comment.