Skip to content

Commit

Permalink
remove invalid [test] extra
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Jan 6, 2025
1 parent 6dcec22 commit 9ffd584
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -eou pipefail
RAPIDS_PY_WHEEL_NAME="dask-cuda" RAPIDS_PY_WHEEL_PURE="1" rapids-download-wheels-from-s3 python ./dist

# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install $(echo ./dist/dask_cuda*.whl)[test]
python -m pip install $(echo ./dist/dask_cuda*.whl)

python -m pytest -n 8 ./python/dask_cuda/tests
8 changes: 0 additions & 8 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ files:
table: project
includes:
- run_python
py_test:
output: pyproject
pyproject_dir: .
extras:
table: project.optional-dependencies
key: test
includes:
- test_python
py_docs:
output: pyproject
pyproject_dir: .
Expand Down
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ docs = [
"sphinx-click>=2.7.1",
"sphinx-rtd-theme>=0.5.1",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
test = [
"cudf==25.2.*,>=0.0.0a0",
"dask-cudf==25.2.*,>=0.0.0a0",
"kvikio==25.2.*,>=0.0.0a0",
"pytest",
"pytest-cov",
"ucx-py==0.42.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Homepage = "https://github.com/rapidsai/dask-cuda"
Expand Down

0 comments on commit 9ffd584

Please sign in to comment.