diff --git a/Makefile b/Makefile index a5c6cdf5b4..024b5d64b6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ setup-git: pre-commit install --install-hooks test: - SNUBA_SETTINGS=test py.test -vv + SNUBA_SETTINGS=test pytest -vv install-python-dependencies: pip install -e .