Skip to content

Commit 547c639

Browse files
committed
Remove pytest upper bound pin
1 parent fb0803e commit 547c639

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies:
3434
- pre-commit
3535
- psutil
3636
- pydata-sphinx-theme>=0.15.4
37+
- pytest
3738
- pytest-asyncio>=1.0.0
3839
- pytest-rerunfailures!=16.0.0
39-
- pytest<9.0.0
4040
- python>=3.11
4141
- pyyaml>=6
4242
- rapids-build-backend>=0.4.0,<0.5.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies:
3434
- pre-commit
3535
- psutil
3636
- pydata-sphinx-theme>=0.15.4
37+
- pytest
3738
- pytest-asyncio>=1.0.0
3839
- pytest-rerunfailures!=16.0.0
39-
- pytest<9.0.0
4040
- python>=3.11
4141
- pyyaml>=6
4242
- rapids-build-backend>=0.4.0,<0.5.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies:
3434
- pre-commit
3535
- psutil
3636
- pydata-sphinx-theme>=0.15.4
37+
- pytest
3738
- pytest-asyncio>=1.0.0
3839
- pytest-rerunfailures!=16.0.0
39-
- pytest<9.0.0
4040
- python>=3.11
4141
- pyyaml>=6
4242
- rapids-build-backend>=0.4.0,<0.5.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies:
3434
- pre-commit
3535
- psutil
3636
- pydata-sphinx-theme>=0.15.4
37+
- pytest
3738
- pytest-asyncio>=1.0.0
3839
- pytest-rerunfailures!=16.0.0
39-
- pytest<9.0.0
4040
- python>=3.11
4141
- pyyaml>=6
4242
- rapids-build-backend>=0.4.0,<0.5.0

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ dependencies:
321321
- output_types: [conda, requirements, pyproject]
322322
packages:
323323
- cloudpickle
324-
- pytest<9.0.0
324+
- pytest
325325
- pytest-asyncio>=1.0.0
326326
- pytest-rerunfailures!=16.0.0 # See https://github.com/pytest-dev/pytest-rerunfailures/issues/302
327327
- rapids-dask-dependency==26.4.*,>=0.0.0a0
@@ -352,7 +352,7 @@ dependencies:
352352
- output_types: [conda, requirements, pyproject]
353353
packages:
354354
- *numpy
355-
- pytest<9.0.0
355+
- pytest
356356
- pytest-rerunfailures!=16.0.0 # See https://github.com/pytest-dev/pytest-rerunfailures/issues/302
357357
- output_types: [conda]
358358
packages:

python/distributed-ucxx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ test = [
4949
"cupy-cuda13x>=13.6.0",
5050
"numba-cuda>=0.22.1",
5151
"numpy>=1.23,<3.0",
52+
"pytest",
5253
"pytest-rerunfailures!=16.0.0",
53-
"pytest<9.0.0",
5454
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
5555

5656
[project.urls]

python/ucxx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ test = [
4545
"cudf==26.4.*,>=0.0.0a0",
4646
"cupy-cuda13x>=13.6.0",
4747
"numba-cuda>=0.22.1",
48+
"pytest",
4849
"pytest-asyncio>=1.0.0",
4950
"pytest-rerunfailures!=16.0.0",
50-
"pytest<9.0.0",
5151
"rapids-dask-dependency==26.4.*,>=0.0.0a0",
5252
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
5353

0 commit comments

Comments
 (0)