Skip to content

Commit

Permalink
fix: Prefer pytest instead of py.test (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed authored Sep 28, 2020
1 parent 276f164 commit 808ce5b
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 808ce5b

Please sign in to comment.