diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index f6c90e38..f1a29638 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -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.* diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index be4fb7be..a6801aa5 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -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.* diff --git a/dependencies.yaml b/dependencies.yaml index a35cd12d..619c8803 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -241,7 +241,7 @@ dependencies: packages: - cloudpickle - *numba - - pytest + - pytest==7.* - pytest-asyncio - pytest-rerunfailures - rapids-dask-dependency==24.4.* @@ -250,7 +250,7 @@ dependencies: - output_types: [conda, requirements, pyproject] packages: - *numpy - - pytest + - pytest==7.* depends_on_cupy: common: - output_types: conda diff --git a/python/distributed-ucxx/pyproject.toml b/python/distributed-ucxx/pyproject.toml index a6fce545..c6a40be3 100644 --- a/python/distributed-ucxx/pyproject.toml +++ b/python/distributed-ucxx/pyproject.toml @@ -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] diff --git a/python/pyproject.toml b/python/pyproject.toml index 1b30cdc6..4a57e003 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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`.