Message224311
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. |
|
| Date |
User |
Action |
Args |
| 2014-07-30 14:39:47 | zach.ware | set | recipients:
+ zach.ware, gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov |
| 2014-07-30 14:39:47 | zach.ware | set | messageid: <[email protected]> |
| 2014-07-30 14:39:47 | zach.ware | link | issue22104 messages |
| 2014-07-30 14:39:47 | zach.ware | create | |
|