mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-14 13:24:11 +02:00
Run no-default-groups smoke test from Justfile
Refs #842 I had to add --isolated because otherwise this test would pass if a .venv folder already existed with the dev dependencies installed in it.
This commit is contained in:
parent
28dc6278cc
commit
56dd09702f
1 changed files with 4 additions and 1 deletions
5
Justfile
5
Justfile
|
|
@ -2,9 +2,12 @@
|
||||||
@default: test lint
|
@default: test lint
|
||||||
|
|
||||||
# Run pytest with supplied options
|
# Run pytest with supplied options
|
||||||
@test *options:
|
@test *options: test-no-dev-dependencies
|
||||||
uv run pytest {{options}}
|
uv run pytest {{options}}
|
||||||
|
|
||||||
|
@test-no-dev-dependencies:
|
||||||
|
uv run --isolated --no-default-groups sqlite-utils --help > /dev/null
|
||||||
|
|
||||||
@run *options:
|
@run *options:
|
||||||
uv run -- {{options}}
|
uv run -- {{options}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue