From 8c9dec2f82967d95cd5b30cc59864d748ac6e426 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 17 Feb 2024 21:00:23 -0600 Subject: [PATCH] fix api usage --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 456035d..783f921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = [ "sphinxcontrib-spelling" ] client = [ - "jupyter_client>=7.4.0", + "jupyter_client @ file:///Users/silvester/workspace/jupyter_client", "nbformat>=5.3", "ipykernel>=6.14" ] @@ -61,6 +61,9 @@ Funding = "https://numfocus.org/donate" Source = "https://github.com/jupyter-server/pytest-jupyter" Tracker = "https://github.com/jupyter-server/pytest-jupyter/issues" +[tool.hatch.metadata] +allow-direct-references = true + [tool.hatch.version] path = "pytest_jupyter/_version.py" validate-bump = false