[issue15740] test_ssl failure when cacert.org CA cert in system keychain on OSX

Antoine Pitrou report at bugs.python.org
Wed Aug 22 14:35:43 CEST 2012


Antoine Pitrou added the comment:

Le mercredi 22 août 2012 à 11:57 +0000, Ronald Oussoren a écrit :
> I've attached a 3th version of the patch that also works with 2.7
> (that is, after manually applying the patch). I'm not too happy about
> it though, the module now changes the environment of the entire test
> suite (on OSX).

This will fail if the ssl module has already been imported by another
test.
Given the workaround is so fragile, I would recommend skipping the test
on OS X instead.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15740>
_______________________________________


More information about the Python-bugs-list mailing list