Skip to content

Commit

Permalink
Remove not needed pytest-dependency test requirement (#2062)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
danigm and pre-commit-ci[bot] authored Oct 31, 2023
1 parent 6bce6da commit a3aed8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ qtpdf = ["nbconvert[qtpng]"]
webpdf = ["playwright"]
test = [
"pytest",
"pytest-dependency",
"ipykernel",
"ipywidgets>=7",
"flaky",
Expand Down

0 comments on commit a3aed8d

Please sign in to comment.