Skip to content

Commit

Permalink
try python -m pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed May 25, 2024
1 parent ad94746 commit 7195349
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 @@ -15,7 +15,7 @@ lint:
black .

test:
pytest tests -m "not network" -x
python -m pytest tests -m "not network" -x

test-network:
pytest tests

0 comments on commit 7195349

Please sign in to comment.