Skip to content

Commit 627f574

Browse files
committed
Remove unnecessary param
1 parent 37a7f9b commit 627f574

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export COVERAGE := $(CI)
2222

2323
# Variables below this line are not very interesting for getting started.
2424

25-
TEST_EXTRA_PACKAGES =
26-
2725
CODECOV_PATH = /tmp/codecov.sh
2826

2927
all:
@@ -65,7 +63,7 @@ release-deb:
6563
install-dev:
6664
pip install -U pip setuptools wheel
6765
pip install -e .
68-
pip install -Ur test-requirements.txt $(TEST_EXTRA_PACKAGES)
66+
pip install -Ur test-requirements.txt
6967
pip install pre-commit
7068
set -xe && if [ "$(REQUIREMENTS)" = "minimal" ]; then \
7169
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \

0 commit comments

Comments
 (0)