Closed kyrios123 closed 6 years ago
This allows calling python with options for example
%python_test -m tornado.test.runtests --verbose %python3_test -m tornado.test.runtests --verbose
Will result in (but also going in the correct location and setting PYTHONPATH)
python2 -m tornado.test.runtests --verbose python3 -m tornado.test.runtests --verbose
Signed-off-by: Pierre-Yves pyu@riseup.net
This allows calling python with options for example
Will result in (but also going in the correct location and setting PYTHONPATH)
Signed-off-by: Pierre-Yves pyu@riseup.net