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 zach.ware
Recipients giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov, zach.ware
Date 2014-07-30.14:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406731187.54.0.647248788714.issue22104@psf.upfronthosting.co.za>
In-reply-to
Content
I checked on my theory, and removing the extra reference to 'tests' from the runtest_inner scope fixes it for me:

$ python -m test -R 3:3: test_asyncio
Running Debug|Win32 interpreter...
[1/1] test_asyncio
beginning 6 repetitions
123456
......
1 test OK.

Here's the patch.
History
Date User Action Args
2014-07-30 14:39:47zach.waresetrecipients: + zach.ware, gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov
2014-07-30 14:39:47zach.waresetmessageid: <1406731187.54.0.647248788714.issue22104@psf.upfronthosting.co.za>
2014-07-30 14:39:47zach.warelinkissue22104 messages
2014-07-30 14:39:47zach.warecreate