Skip to content

Commit

Permalink
FIX: install notebooks group in test group
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 28, 2024
1 parent 0acb87d commit 1a9c3b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ version = "0.0.0"

[dependency-groups]
dev = [
"nbmake",
"ruff",
{include-group = "jupyter"},
{include-group = "test"},
]
jupyter = [
"jupyterlab",
Expand All @@ -23,6 +23,10 @@ jupyter = [
{include-group = "notebooks"},
]
notebooks = ["pyproject-local-kernel"]
test = [
"nbmake",
{include-group = "notebooks"},
]

[tool.pytest.ini_options]
addopts = [
Expand Down
8 changes: 8 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a9c3b2

Please sign in to comment.