From c3058a38a51b78ef455fbd1862cfb2d040248688 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 20 Jun 2016 22:45:38 -0400 Subject: Complete the removal of the string '0.9.8' (#3005) We have always been at war with OpenSSL 0.9.8 --- tests/hazmat/backends/test_openssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index c0a56002..2d3bf245 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py @@ -43,7 +43,7 @@ def skip_if_libre_ssl(openssl_version): class TestLibreSkip(object): def test_skip_no(self): - assert skip_if_libre_ssl(u"OpenSSL 0.9.8zf 19 Mar 2015") is None + assert skip_if_libre_ssl(u"OpenSSL 1.0.2h 3 May 2016") is None def test_skip_yes(self): with pytest.raises(pytest.skip.Exception): -- cgit v1.2.3