Using python3 -m nose instead of the nosetests3 entrypoint allows
us to call the nosetests that depends of the python version we chose instead of
one that might not be up to date or present at all.
Details
Details
- Reviewers
olasd zack ardumont - Group Reviewers
Reviewers - Commits
- rDENV5b3b2bc92eda: Makefile.python: use python3 -m nose as a test entry point
make check
Diff Detail
Diff Detail
- Repository
- rDENV Development environment
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
This has also the advantage to match with what we do in packaging to trigger the tests.