Xavier de Gaye added the comment:

The test is already skipped by the patch, for Android API level < 23, with the 
statement:
    raise unittest.SkipTest("need working 'id -G'")

Do you mean that the test should be skipped instead more explicitly with 
something like:
    skiIf(support.android_api_level < 23, "-G option of id -G is ignored by 
Android")

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26944>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to