Skip to content

Commit dffbb49

Browse files
authored
Remove pytest pin (#998)
Contributes to rapidsai/build-planning#105. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: #998
1 parent 73cffe9 commit dffbb49

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conda/environments/all_cuda-128_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies:
4141
- openblas
4242
- pre-commit
4343
- pylibraft==25.8.*,>=0.0.0a0
44+
- pytest
4445
- pytest-cov
45-
- pytest==7.*
4646
- rapids-build-backend>=0.3.0,<0.4.0.dev0
4747
- recommonmark
4848
- rust

conda/environments/all_cuda-128_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dependencies:
4141
- openblas
4242
- pre-commit
4343
- pylibraft==25.8.*,>=0.0.0a0
44+
- pytest
4445
- pytest-cov
45-
- pytest==7.*
4646
- rapids-build-backend>=0.3.0,<0.4.0.dev0
4747
- recommonmark
4848
- rust

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ dependencies:
453453
common:
454454
- output_types: [conda, requirements, pyproject]
455455
packages:
456-
- pytest==7.*
456+
- pytest
457457
- pytest-cov
458458
test_py_cuvs:
459459
common:

python/cuvs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ classifiers = [
4848
[project.optional-dependencies]
4949
test = [
5050
"cupy-cuda12x>=12.0.0",
51+
"pytest",
5152
"pytest-cov",
52-
"pytest==7.*",
5353
"scikit-learn",
5454
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
5555

0 commit comments

Comments
 (0)