We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4790a commit f96aab0Copy full SHA for f96aab0
.github/workflows/pytest.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install graphviz-anywidget
35
run: |
36
# Install minimal dependencies for testing
37
- uv pip install -e ".[test]"
+ uv pip install -e ".[dev]"
38
39
- name: Run pytest
40
pyproject.toml
@@ -12,7 +12,7 @@ readme = "README.md"
12
# `pip install -e ".[dev]"`
13
# If you're using `uv` for development, feel free to remove this section.
14
[project.optional-dependencies]
15
-dev = ["watchfiles", "jupyterlab"]
+dev = ["watchfiles", "jupyterlab", "pytest"]
16
17
# Dependency groups (recognized by `uv`). For more details, visit:
18
# https://peps.python.org/pep-0735/
0 commit comments