Skip to content

Commit

Permalink
Pin pytest to <8 (#14920)
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar authored Jan 29, 2024
1 parent 7cd3834 commit fc2b977
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ dependencies:
- ptxcompiler
- pyarrow==14.0.1.*
- pydata-sphinx-theme!=0.14.2
- pytest
- pytest-benchmark
- pytest-cases>=3.8.2
- pytest-cov
- pytest-xdist
- pytest<8
- python-confluent-kafka>=1.9.0,<1.10.0a0
- python-snappy>=0.6.0
- python>=3.9,<3.11
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ dependencies:
- pyarrow==14.0.1.*
- pydata-sphinx-theme!=0.14.2
- pynvjitlink
- pytest
- pytest-benchmark
- pytest-cases>=3.8.2
- pytest-cov
- pytest-xdist
- pytest<8
- python-confluent-kafka>=1.9.0,<1.10.0a0
- python-snappy>=0.6.0
- python>=3.9,<3.11
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- pytest
- pytest<8
- pytest-cov
- pytest-xdist
test_python_cudf:
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ test = [
"fastavro>=0.22.9",
"hypothesis",
"msgpack",
"pytest",
"pytest-benchmark",
"pytest-cases>=3.8.2",
"pytest-cov",
"pytest-xdist",
"pytest<8",
"python-snappy>=0.6.0",
"scipy",
"tokenizers==0.13.1",
Expand Down
2 changes: 1 addition & 1 deletion python/cudf_kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies = [

[project.optional-dependencies]
test = [
"pytest",
"pytest-cov",
"pytest-xdist",
"pytest<8",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion python/custreamz/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ classifiers = [

[project.optional-dependencies]
test = [
"pytest",
"pytest-cov",
"pytest-xdist",
"pytest<8",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion python/dask_cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ cudf = "dask_cudf.backends:CudfBackendEntrypoint"
test = [
"dask-cuda==24.2.*",
"numba>=0.57",
"pytest",
"pytest-cov",
"pytest-xdist",
"pytest<8",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down

0 comments on commit fc2b977

Please sign in to comment.