File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ docs-serve:
3939
4040# Run tests with lowest dependency resolution (like CI)
4141test-lowest :
42- uv run --group test --resolution lowest-direct pytest --nbmake -n auto
42+ uv run --python 3.10 -- group test --resolution lowest-direct pytest --nbmake
4343
4444# Run tests with highest dependency resolution (like CI)
4545test-highest :
46- uv run --group test --resolution highest pytest --nbmake -n auto
46+ uv run --python 3.13 -- group test --resolution highest pytest --nbmake -n auto
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ name = "Tobias Raabe"
4646email = " raabe@posteo.de"
4747
4848[dependency-groups ]
49- dev = [" pygraphviz>=1.11 ;platform_system=='Linux'" ]
49+ dev = [" pygraphviz>=1.12 ;platform_system=='Linux'" ]
5050docs = [
5151 " furo>=2024.8.6" ,
5252 " ipython>=8.13.2" ,
You can’t perform that action at this time.
0 commit comments