diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-09 13:00:14 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-09 13:00:14 +0300 |
commit | 88ea69a41bd1de8d550b896b1a116e2b48f83d77 (patch) | |
tree | e5c76fb28335e43061961b89aa8573a98e0b68f0 /dev.sh | |
parent | c8edef5a996da11b1629905d0c37c4b223bcf690 (diff) |
dev-env fix
Diffstat (limited to 'dev.sh')
-rwxr-xr-x | dev.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |