From e314ac730e6b33dd3a21b782d7f880abfae235cb Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Tue, 31 Oct 2023 13:00:26 +0100 Subject: [PATCH 1/2] Remove not needed pytest-dependency test requirement Fix https://github.com/jupyter/nbconvert/issues/2061 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed910a6ae..e656fa14d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,6 @@ qtpdf = ["nbconvert[qtpng]"] webpdf = ["playwright"] test = [ "pytest", - "pytest-dependency", "ipykernel", "ipywidgets>=7", "flaky", From 2b8870c23742f9d740aaf50ad2c7413cbe32e0b4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:02:26 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85bf5d59..99ec18707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1355,6 +1355,7 @@ raw template {%- endblock in_prompt -%} """ + exporter_attr = AttrExporter() output_attr, _ = exporter_attr.from_notebook_node(nb) assert "raw template" in output_attr