Skip to content

Commit

Permalink
Use python -m nose2 to avoid running nose2 installed outside venv
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed May 10, 2023
1 parent 9f79945 commit c0ed6fb
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,7 +4,7 @@
# --with-coverage --coverage-report=html --coverage-config=tests/testcov.conf
test:
rm -rf .coverage*
nose2 --output-buffer --pretty-assert
python -m nose2 --output-buffer --pretty-assert
# rm -rf htmlcov
# mv -f htmlcov.new htmlcov

Expand Down

0 comments on commit c0ed6fb

Please sign in to comment.