We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0defa92 commit 551a72cCopy full SHA for 551a72c
Makefile
@@ -72,7 +72,7 @@ shiny: dev
72
$(MAKE) -C ./shiny assistant
73
74
test: dev
75
- $(UV) run coverage run --source=src -m pytest tests
+ $(UV) run --no-dev coverage run --source=src -m pytest tests
76
77
uninstall: ensure-uv
78
$(UV) pip uninstall $(PROJECT_NAME)
0 commit comments