Skip to content

Commit

Permalink
Pin to pytest==7.* (#1020)
Browse files Browse the repository at this point in the history
Pytest 8 introduced breaking changes that `pytest-asyncio` is still in the
process of resolving. See
pytest-dev/pytest-asyncio#763. This pin should
also be done directly by `pytest-asyncio>=0.23.4`, but that version
is still not available in conda-forge.
  • Loading branch information
pentschev authored Jan 30, 2024
1 parent 8f8f2c4 commit d79b7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies:
- dask
- distributed
- numba>=0.57
- pytest
- pytest==7.*
- pytest-asyncio
- pytest-rerunfailures
- output_types: [conda]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ test = [
"dask",
"distributed",
"numba>=0.57",
"pytest",
"pytest-asyncio",
"pytest-rerunfailures",
"pytest==7.*",
] # 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 d79b7e9

Please sign in to comment.