diff -up M2Crypto-0.23.0/tests/test_ssl.py.than M2Crypto-0.23.0/tests/test_ssl.py --- M2Crypto-0.23.0/tests/test_ssl.py.than 2016-03-10 11:59:45.892188553 -0500 +++ M2Crypto-0.23.0/tests/test_ssl.py 2016-03-10 12:13:04.555156526 -0500 @@ -461,6 +461,7 @@ class MiscSSLClientTestCase(BaseSSLClien # TLS is required in FIPS mode @unittest.skipIf(fips_mode, "Can't be run in FIPS mode") + @unittest.skipIf(plat_fedora, "EXP ciphers is disable in openssl-1.0.2g") def test_no_weak_cipher(self): self.args = self.args + ['-cipher', 'EXP'] pid = self.start_server(self.args)