Eric Snow added the comment:

Sorry I didn't see the just-landed PR earlier, but it may make sense to not 
skip that test under *any* release level for a micro version > 0:

    @unittest.skipUnless(
        (sys.version_info.micro > 0 or
         sys.version_info.releaselevel in ('final', 'release')),
        'only applies to candidate or final python release levels'
    )

----------

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

Reply via email to