Page MenuHomeSoftware Heritage

Makefile.python: use python3 -m nose as a test entry point
ClosedPublic

Authored by seirl on Feb 8 2017, 4:32 PM.

Details

Summary

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.

Test Plan

make check

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

This has also the advantage to match with what we do in packaging to trigger the tests.

ardumont edited edge metadata.
This revision is now accepted and ready to land.Feb 8 2017, 4:35 PM
This revision was automatically updated to reflect the committed changes.