summaryrefslogtreecommitdiff
path: root/dev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev.sh b/dev.sh
index c591caf..9c324d4 100755
--- a/dev.sh
+++ b/dev.sh
@@ -48,7 +48,7 @@ case $1 in
poetry-dev-deps)
PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring \
- poetry install --no-root
+ poetry install
;;
dev)
@@ -69,7 +69,7 @@ case $1 in
;;
coverage)
- poetry run python3 -m coverage run --branch -m pytest -v
+ poetry run python3 -m coverage run -m pytest -v
;;
covhtml)