Makefile.python: use python3 -m nose as a test entry point
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
Migrated from D120 (view on Phabricator)