From 661172b9bd2efdd9cee2556720395af4040727d8 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Mon, 13 Oct 2025 14:01:04 +0200 Subject: [PATCH] Some tests import anyio (depending on ipykernel version). This makes some downstream test fail when installing [test] --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 27503497..2e9421a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ Source = "https://github.com/jupyter/jupyter_client" [project.optional-dependencies] test = [ + "anyio", "coverage", "ipykernel>=6.14", "mypy",