From 3718e2a8d37099881a96f3676716b9764aed5ff3 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 18 Nov 2024 11:55:25 +0100 Subject: [PATCH 1/2] Test ipykernel with zmq-anyio --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27503497..67d073ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ Source = "https://github.com/jupyter/jupyter_client" [project.optional-dependencies] test = [ "coverage", - "ipykernel>=6.14", + "ipykernel @ https://github.com/davidbrochart/ipykernel/archive/zmq_anyio.zip", "mypy", "paramiko; sys_platform == 'win32'", "pre-commit", From 8910cb7d7113b95f59941af3de210a8941205e8b Mon Sep 17 00:00:00 2001 From: David Brochart Date: Mon, 18 Nov 2024 11:59:03 +0100 Subject: [PATCH 2/2] Set tool.hatch.metadata.allow-direct-references = true --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 67d073ee..0d465df6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -282,3 +282,6 @@ exclude = ["docs", "test"] [tool.repo-review] ignore = ["GH102"] + +[tool.hatch.metadata] +allow-direct-references = true