Skip to content

Commit fcbc45d

Browse files
committed
Fix.
1 parent 52768fa commit fcbc45d

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

justfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@ test *FLAGS:
1010
test-cov *FLAGS:
1111
uv run --group test pytest --nbmake --cov=src --cov=tests --cov-report=xml -n auto {{FLAGS}}
1212

13-
# Run tests with notebook validation
14-
test-nb:
15-
uv run --group test pytest --nbmake -n auto
16-
1713
# Run type checking
1814
typing:
19-
uv run --group optional --group typing --group test ty check src/ tests/
15+
uv run --group typing --group test ty check src/ tests/
2016

2117
# Run linting
2218
lint:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ docs = [
6161
"sphinxext-opengraph>=0.10.0",
6262
"sphinx-autobuild>=2024.10.3",
6363
]
64-
optional = ["pygraphviz>=1.12", "coiled>=1.42.0"]
6564
plugin-list = ["httpx>=0.27.0", "tabulate[widechars]>=0.9.0", "tqdm>=4.66.3"]
6665
test = [
6766
"cloudpickle>=3.0.0",
@@ -74,6 +73,8 @@ test = [
7473
"pytest-xdist>=3.6.1",
7574
"syrupy>=4.5.0",
7675
"aiohttp>=3.11.0", # For HTTPPath tests.
76+
"coiled>=1.42.0",
77+
"pygraphviz>=1.12;platform_system=='Linux'",
7778
]
7879
typing = ["ty>=0.0.7"]
7980

uv.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)