Skip to content

Commit 9ace775

Browse files
authored
Pin to pytest==7.* (#1019)
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
1 parent b4f4c9d commit 9ace775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ dependencies:
120120
- dask
121121
- distributed
122122
- numba>=0.57
123-
- pytest
123+
- pytest==7.*
124124
- pytest-asyncio
125125
- pytest-rerunfailures
126126
- output_types: [conda]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ test = [
5454
"dask",
5555
"distributed",
5656
"numba>=0.57",
57-
"pytest",
5857
"pytest-asyncio",
5958
"pytest-rerunfailures",
59+
"pytest==7.*",
6060
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
6161

6262
[project.urls]

0 commit comments

Comments
 (0)