summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdev.sh2
1 files changed, 0 insertions, 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`
;;