Skip to content

Commit

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

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

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

URL: #179
  • Loading branch information
pentschev authored Jan 29, 2024
1 parent ed7c281 commit 94a19fd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -33,9 +33,9 @@ dependencies:
- pkg-config
- pre-commit
- pynvml>=11.4.1
- pytest
- pytest-asyncio
- pytest-rerunfailures
- pytest==7.*
- python>=3.9,<3.11
- rapids-dask-dependency==24.4.*
- rmm==24.4.*
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 @@ -33,9 +33,9 @@ dependencies:
- pkg-config
- pre-commit
- pynvml>=11.4.1
- pytest
- pytest-asyncio
- pytest-rerunfailures
- pytest==7.*
- python>=3.9,<3.11
- rapids-dask-dependency==24.4.*
- rmm==24.4.*
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ dependencies:
packages:
- cloudpickle
- *numba
- pytest
- pytest==7.*
- pytest-asyncio
- pytest-rerunfailures
- rapids-dask-dependency==24.4.*
Expand All @@ -250,7 +250,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- *numpy
- pytest
- pytest==7.*
depends_on_cupy:
common:
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion python/distributed-ucxx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docs = [
]
test = [
"numpy>=1.21",
"pytest",
"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
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ test = [
"cudf==24.4.*",
"cupy-cuda11x>=12.0.0",
"numba>=0.57.1",
"pytest",
"pytest-asyncio",
"pytest-rerunfailures",
"pytest==7.*",
"rapids-dask-dependency==24.4.*",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit 94a19fd

Please sign in to comment.