Skip to content

Commit

Permalink
fix: Prefer pytest instead of py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed committed Sep 28, 2020
1 parent 1e426a6 commit 655d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 655d950

Please sign in to comment.