Skip to content

Commit

Permalink
Fix CI: temporary pin pytest version to 7.4.* (#8682)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Jan 29, 2024
1 parent ee68a94 commit b0b5b2f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/all-but-dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- pint>=0.22
- pip
- pydap
- pytest
- pytest==7.4.*
- pytest-cov
- pytest-env
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/bare-minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python=3.9
- coveralls
- pip
- pytest
- pytest==7.4.*
- pytest-cov
- pytest-env
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- pooch
- pre-commit
- pydap
- pytest
- pytest==7.4.*
- pytest-cov
- pytest-env
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment-windows-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- pip
- pre-commit
- pydap
- pytest
- pytest==7.4.*
- pytest-cov
- pytest-env
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- pip
- pre-commit
- pydap
- pytest
- pytest==7.4.*
- pytest-cov
- pytest-env
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- pre-commit
- pyarrow # pandas makes a deprecation warning without this, breaking doctests
- pydap
- pytest
- pytest==7.4.*
- pytest-cov
- pytest-env
- pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/min-all-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies:
- pint=0.22
- pip
- pydap=3.3
- pytest
- pytest==7.4.*
- pytest-cov
- pytest-env
- pytest-xdist
Expand Down

0 comments on commit b0b5b2f

Please sign in to comment.