Cleanup redondant/useless requirements

This commit is contained in:
jo 2021-09-13 14:44:32 +02:00
parent d12e232a6f
commit c2df85c751
8 changed files with 3 additions and 35 deletions

View file

@ -2,7 +2,7 @@ all: lint test
include ../../tools/python.mk
PIP_INSTALL := --editable .[dev]
PIP_INSTALL := --editable .
PYLINT_ARG := api_clients tests
MYPY_ARG := api_clients tests
PYTEST_ARG := --cov=api_clients tests