Skip to content

Commit 32a8c87

Browse files
authored
Some tests import anyio (depending on ipykernel version). (#1078)
This makes some downstream test fail when installing [test]
1 parent 1e833b6 commit 32a8c87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Source = "https://github.com/jupyter/jupyter_client"
4646

4747
[project.optional-dependencies]
4848
test = [
49+
"anyio",
4950
"coverage",
5051
"ipykernel>=6.14",
5152
"mypy",

0 commit comments

Comments
 (0)