From 0b555d6bc436e9fc5ae8aa8605d1cdc5d6217c51 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Wed, 6 Mar 2024 22:57:11 +0200 Subject: No need for dev tools in install only --- dev.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev.sh b/dev.sh index aee2b3a..7f6e249 100755 --- a/dev.sh +++ b/dev.sh @@ -60,8 +60,6 @@ case $1 in install) pipx install poetry \ - && poetry run pytest -v \ - && poetry run python3 -m pylint src/miinaharava/ \ && poetry build \ && pipx install `ls dist/*.tar.gz -t -c -1 | head -1` ;; -- cgit v1.2.3