Skip to content

Commit

Permalink
remove PYTHONPATH since it's not needed for newer pytest versions, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Aug 26, 2023
1 parent 98765bf commit 5eac449
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
@@ -1,7 +1,7 @@
.PHONY: test
test:
python -m coverage erase
PYTHONPATH=. pytest -vrP --cov-report=term-missing --cov=okdmr.dmrlib --cov-report=xml
pytest -vrP --cov-report=term-missing --cov=okdmr.dmrlib --cov-report=xml

clean:
git clean -xdff
Expand Down

0 comments on commit 5eac449

Please sign in to comment.