commit | 9e08b3e83b98109454c25e5225ca6fecf73ebeec | [log] [tgz] |
---|---|---|
author | Alex Chan <alex@alexwlchan.net> | Thu Nov 10 12:18:54 2016 +0000 |
committer | Hynek Schlawack <hs@ox.cx> | Thu Nov 10 13:18:54 2016 +0100 |
tree | b0ce862de52d65a92dfcae4c35c48b5a957849c2 | |
parent | ad8d5e8c92cbda2d60f9e33a52ebf5b20cfcfdf5 [diff] |
Convert NextProtoNegotiationTests to use pytest-style tests (#569) * Convert NextProtoNegotiationTests to use pytest-style tests Addresses #340. * Fix Twisted test suite See https://twistedmatrix.com/trac/ticket/8876 * Remove tests for OpenSSL with no NPN support NPN was added in OpenSSL 1.0.1. As of version 16.1.0, PyOpenSSL only supports OpenSSL 1.0.1 or later, so this test is: 1. Testing a use case that's no longer supported. 2. Dead code in CI.