Use shared makefile de requirements

This commit is contained in:
jo 2021-09-13 14:22:48 +02:00
parent 5753fc34a4
commit 6b7658d5a7
3 changed files with 11 additions and 6 deletions

View file

@ -2,7 +2,7 @@ all: lint test
include python.mk
PIP_INSTALL = -r requirements-dev.txt
PIP_INSTALL =
PYLINT_ARG = tools
MYPY_ARG = .
PYTEST_ARG = .