We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a7f9b commit 627f574Copy full SHA for 627f574
Makefile
@@ -22,8 +22,6 @@ export COVERAGE := $(CI)
22
23
# Variables below this line are not very interesting for getting started.
24
25
-TEST_EXTRA_PACKAGES =
26
-
27
CODECOV_PATH = /tmp/codecov.sh
28
29
all:
@@ -65,7 +63,7 @@ release-deb:
65
63
install-dev:
66
64
pip install -U pip setuptools wheel
67
pip install -e .
68
- pip install -Ur test-requirements.txt $(TEST_EXTRA_PACKAGES)
+ pip install -Ur test-requirements.txt
69
pip install pre-commit
70
set -xe && if [ "$(REQUIREMENTS)" = "minimal" ]; then \
71
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
0 commit comments