This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients gvanrossum, levkivskyi, yselivanov
Date 2016-09-08.21:32:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473370333.34.0.371531098621.issue27985@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Yury,

I usually do 

./python -m test -R : test___all__ test_dis test_grammar test_opcodes test_parser test_pydoc test_symtable test_tools test_typing

and then

./python -m test -j3 -u all

I just run tests with -R3:3 it also works.
History
Date User Action Args
2016-09-08 21:32:13levkivskyisetrecipients: + levkivskyi, gvanrossum, yselivanov
2016-09-08 21:32:13levkivskyisetmessageid: <1473370333.34.0.371531098621.issue27985@psf.upfronthosting.co.za>
2016-09-08 21:32:13levkivskyilinkissue27985 messages
2016-09-08 21:32:13levkivskyicreate