Skip to content

Commit

Permalink
Pin pytest-cases<3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Jan 12, 2024
1 parent 7ca988f commit bc68d10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -74,7 +74,7 @@ dependencies:
- pydata-sphinx-theme!=0.14.2
- pytest
- pytest-benchmark
- pytest-cases
- pytest-cases<3.8.2
- pytest-cov
- pytest-xdist
- python-confluent-kafka>=1.9.0,<1.10.0a0
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,7 +71,7 @@ dependencies:
- pydata-sphinx-theme!=0.14.2
- pytest
- pytest-benchmark
- pytest-cases
- pytest-cases<3.8.2
- pytest-cov
- pytest-xdist
- python-confluent-kafka>=1.9.0,<1.10.0a0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ dependencies:
- fastavro>=0.22.9
- hypothesis
- pytest-benchmark
- pytest-cases
- pytest-cases<3.8.2
- python-snappy>=0.6.0
- scipy
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test = [
"msgpack",
"pytest",
"pytest-benchmark",
"pytest-cases",
"pytest-cases<3.8.2",
"pytest-cov",
"pytest-xdist",
"python-snappy>=0.6.0",
Expand Down

0 comments on commit bc68d10

Please sign in to comment.