Skip to content

Commit

Permalink
Pin to pytest==7.* (#1019)
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.

Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Lawrence Mitchell (https://github.com/wence-)

URL: #1019
  • Loading branch information
pentschev authored Jan 29, 2024
1 parent b4f4c9d commit 9ace775
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 9ace775

Please sign in to comment.