Skip to content

Commit 5e0ea69

Browse files
Fix test_jupyter.py::test_shutsdown_cleanly (#8954)
1 parent 8b6623d commit 5e0ea69

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

continuous_integration/environment-3.10.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ dependencies:
5252
- zstandard
5353
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
5454
- setuptools < 71
55+
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
56+
- httpx<0.28.0
5557
- pip:
5658
- git+https://github.com/dask/dask
5759
- git+https://github.com/dask/dask-expr

continuous_integration/environment-3.11.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ dependencies:
4646
- zstandard
4747
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
4848
- setuptools < 71
49+
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
50+
- httpx<0.28.0
4951
- pip:
5052
- git+https://github.com/dask/dask
5153
- git+https://github.com/dask/dask-expr

continuous_integration/environment-3.12.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ dependencies:
4646
- zstandard
4747
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
4848
- setuptools < 71
49+
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
50+
- httpx<0.28.0
4951
- pip:
5052
- git+https://github.com/dask/dask
5153
- git+https://github.com/dask/dask-expr

continuous_integration/environment-3.13.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ dependencies:
4545
- zstandard
4646
# Temporary fix for https://github.com/pypa/setuptools/issues/4496
4747
- setuptools < 71
48+
# Temporary fix for https://github.com/jupyterlab/jupyterlab/issues/17012
49+
- httpx<0.28.0
4850
- pip:
4951
- git+https://github.com/dask/dask
5052
- git+https://github.com/dask/dask-expr

0 commit comments

Comments
 (0)