From 320739dbfb17411c90245dc1b37308b3c064b713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20Rein=C3=B3n?= Date: Fri, 29 Apr 2022 13:37:06 +0200 Subject: [PATCH] chore(debug): remove install from tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d85cd9f8..fd71c28a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install_poetry: curl -sSL https://install.python-poetry.org | python - poetry install -tests: install tests_only tests_pre_commit +tests: tests_only tests_pre_commit tests_pre_commit: poetry run pre-commit run --all-files @@ -16,4 +16,4 @@ tests_only: poetry run pytest --cov=./ --cov-report=xml --cov-report=html -vv build_sync: - poetry run unasync storage3 tests \ No newline at end of file + poetry run unasync storage3 tests