From 627f574777cab2c44462893cbfba6ff1fa16deb9 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Tue, 31 Jan 2023 00:35:00 +0100 Subject: [PATCH] Remove unnecessary param --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1f59eee..19036f2 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,6 @@ export COVERAGE := $(CI) # Variables below this line are not very interesting for getting started. -TEST_EXTRA_PACKAGES = - CODECOV_PATH = /tmp/codecov.sh all: @@ -65,7 +63,7 @@ release-deb: install-dev: pip install -U pip setuptools wheel pip install -e . - pip install -Ur test-requirements.txt $(TEST_EXTRA_PACKAGES) + pip install -Ur test-requirements.txt pip install pre-commit set -xe && if [ "$(REQUIREMENTS)" = "minimal" ]; then \ pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \