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 vstinner
Recipients Alex.Willmer, Roman.Evstifeev, giampaolo.rodola, gvanrossum, vstinner, xdegaye, yan12125, yselivanov
Date 2017-01-13.12:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484311864.34.0.506217401393.issue26858@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO it's ok to skip a few asyncio tests on Android. It's safe if it doesn't touch the code of asyncio itself.

It don't really care if the Android version is not checked yet. Moreover, if we really want to check the version, we should check the *runtime* verison, not the *build* version of Android. We need the discussed platform.android_ver() function which doesn't exist yet. So it's fine to postpone the version check in asyncio tests.
History
Date User Action Args
2017-01-13 12:51:04vstinnersetrecipients: + vstinner, gvanrossum, giampaolo.rodola, xdegaye, Roman.Evstifeev, yselivanov, Alex.Willmer, yan12125
2017-01-13 12:51:04vstinnersetmessageid: <1484311864.34.0.506217401393.issue26858@psf.upfronthosting.co.za>
2017-01-13 12:51:04vstinnerlinkissue26858 messages
2017-01-13 12:51:04vstinnercreate