make: api depend on gitdeps

This commit is contained in:
Dan Bungert 2021-12-01 11:55:44 -07:00
parent cde7150446
commit b0167af6e7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ unit: gitdeps
python3 -m pytest --ignore curtin --ignore probert \ python3 -m pytest --ignore curtin --ignore probert \
--ignore subiquity/tests/api --ignore subiquity/tests/api
api: api: gitdeps
$(PYTHON) -m pytest subiquity/tests/api $(PYTHON) -m pytest subiquity/tests/api
integration: gitdeps integration: gitdeps