Blame SOURCES/m2crypto-0.21.1-tests-no-export-ciphers.patch

71c899
Recent Fedora releases have disabled export ciphers by default, so
71c899
don't test that they work.
71c899
71c899
diff -ur M2Crypto/tests/test_ssl.py M2Crypto-0.21.1/tests/test_ssl.py
71c899
--- M2Crypto/tests/test_ssl.py	2014-01-06 22:35:45.777935677 +0100
71c899
+++ M2Crypto-0.21.1/tests/test_ssl.py	2014-01-06 22:43:34.025594902 +0100
71c899
@@ -463,6 +463,7 @@
71c899
         finally:
71c899
             self.stop_server(pid)
71c899
         
71c899
+    @unittest.skip("Export ciphers are prohibited in recent Fedora releases")
71c899
     def test_use_weak_cipher(self):
71c899
         if fips_mode: # Weak ciphers are prohibited
71c899
             return