Make Makefile unit recipe use same python variable as other recipes

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2021-12-08 17:31:35 +01:00
parent baa8465ded
commit babe47f96c
1 changed files with 1 additions and 1 deletions

View File

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