Skip to content

Commit

Permalink
Drop dependency on pytest in default setup
Browse files Browse the repository at this point in the history
We can execute our test suite just fine with built-in tooling, so there
was no need to force developers to install `pytest` by default (they can
still use it though).
  • Loading branch information
bbannier committed Aug 30, 2023
1 parent ea6c9eb commit 827130b
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 @@ -4,4 +4,4 @@ build:
python setup.py build

test:
pytest
cd tests && python -m unittest

0 comments on commit 827130b

Please sign in to comment.