Skip to content

Commit f96aab0

Browse files
committed
Add pytest as dep
1 parent de4790a commit f96aab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install graphviz-anywidget
3535
run: |
3636
# Install minimal dependencies for testing
37-
uv pip install -e ".[test]"
37+
uv pip install -e ".[dev]"
3838
3939
- name: Run pytest
4040
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
# `pip install -e ".[dev]"`
1313
# If you're using `uv` for development, feel free to remove this section.
1414
[project.optional-dependencies]
15-
dev = ["watchfiles", "jupyterlab"]
15+
dev = ["watchfiles", "jupyterlab", "pytest"]
1616

1717
# Dependency groups (recognized by `uv`). For more details, visit:
1818
# https://peps.python.org/pep-0735/

0 commit comments

Comments
 (0)