Re: [Cryptography-dev] PyCA cryptography 1.0.2 released

2015-09-27 Thread Donald Stufft
pytest supports -O[O] since 2.1.0 https://pytest.org/latest/announce/release-2.1.0.html On September 28, 2015 at 2:14:41 AM, Glyph Lefkowitz (gl...@twistedmatrix.com) wrote: > If running under -O[O] is a supported configuration for Cryptography now, is > there a > plan to migrate to something

Re: [Cryptography-dev] PyCA cryptography 1.0.2 released

2015-09-27 Thread Glyph Lefkowitz
If running under -O[O] is a supported configuration for Cryptography now, is there a plan to migrate to something other than py.test so that the test suite can meaningfully execute in that environment as well? My usual assumption is that any Python with 'assert's in its test suite implicitly as

[Cryptography-dev] PyCA cryptography 1.0.2 released

2015-09-27 Thread Paul Kehrer
PyCA cryptography 1.0.2 has been released. This release contains a security fix that affects anyone running python with -O. Changelog: * SECURITY ISSUE: The OpenSSL backend prior to 1.0.2 made extensive use of assertions to check response codes where our tests could not trigger a failure. Howe