[Cryptography-dev] Cryptography_add_osrandom_engine failure?
Paul Kehrer
paul.l.kehrer at gmail.com
Sat Feb 22 18:38:05 CET 2014
This is caused by cryptography being imported twice via different paths when it is installed via setuptools in python setup.py test. This PR (https://github.com/pyca/cryptography/pull/660) fixed the problem in trunk, but we need to do a 0.2.1 release to resolve it for pip installs.
The release has been held up a bit since this project has not had to do a release off anything but master to this point. The current proposal is to do the following:
* Branch off v0.2 tag and push to pyca/cryptography
* submit #660 as another PR against that tag, review it & merge it
* release off the branch
On Saturday, February 22, 2014 at 11:34 AM, Jean-Paul Calderone wrote:
> Hi all,
>
> Does anyone know why cryptography.hazmat.bindings.openssl.binding.Binding has started to start failing on assert res == 1? This seems to indicate that Cryptography_add_osrandom_engine is failing.
>
> pyOpenSSL test suite on travis-ci has started failing because of this. For example, https://travis-ci.org/pyca/pyopenssl/jobs/19393936
>
> Jean-Paul
>
> _______________________________________________
> Cryptography-dev mailing list
> Cryptography-dev at python.org (mailto:Cryptography-dev at python.org)
> https://mail.python.org/mailman/listinfo/cryptography-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cryptography-dev/attachments/20140222/e46ad248/attachment.html>
More information about the Cryptography-dev
mailing list