chore: install local python deps in editable mode
This commit is contained in:
parent
e97b06496a
commit
b93e1e5570
11 changed files with 17 additions and 14 deletions
|
@ -2,7 +2,9 @@ all: lint test
|
|||
|
||||
include ../tools/python.mk
|
||||
|
||||
PIP_INSTALL := --editable .[dev]
|
||||
PIP_INSTALL := \
|
||||
--editable ../shared \
|
||||
--editable .[dev]
|
||||
PYLINT_ARG := libretime_api_client tests || true
|
||||
MYPY_ARG := libretime_api_client tests || true
|
||||
BANDIT_ARG := libretime_api_client || true
|
||||
|
|
|
@ -29,7 +29,6 @@ setup(
|
|||
"dev": [
|
||||
"requests-mock",
|
||||
"types-requests",
|
||||
f"libretime-shared @ file://localhost{here.parent / 'shared'}",
|
||||
],
|
||||
},
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue