diff --git a/Makefile b/Makefile index 714dac26..10dc4483 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ unit: gitdeps python3 -m pytest --ignore curtin --ignore probert \ --ignore subiquity/tests/api -api: +api: gitdeps $(PYTHON) -m pytest subiquity/tests/api integration: gitdeps