Skip to content

Commit

Permalink
Pin to pytest==7.*
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 also be done directly by `pytest-asyncio>=0.23.4`, but that version
is still not available in conda-forge.
  • Loading branch information
pentschev committed Jan 30, 2024
1 parent 7906c25 commit ac34086
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 @@ -34,9 +34,9 @@ dependencies:
- pkg-config
- pre-commit
- pynvml>=11.4.1
- pytest
- pytest-asyncio
- pytest-rerunfailures
- pytest==7.*
- python>=3.9,<3.11
- rmm==24.2.*
- scikit-build-core>=0.7.0
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 @@ -34,9 +34,9 @@ dependencies:
- pkg-config
- pre-commit
- pynvml>=11.4.1
- pytest
- pytest-asyncio
- pytest-rerunfailures
- pytest==7.*
- python>=3.9,<3.11
- rmm==24.2.*
- scikit-build-core>=0.7.0
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ dependencies:
- dask
- distributed
- numba>=0.57.1
- pytest
- pytest==7.*
- pytest-asyncio
- pytest-rerunfailures
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ test = [
"dask",
"distributed",
"numba>=0.57.1",
"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 ac34086

Please sign in to comment.