2016-05-17 13:40:41 +00:00
|
|
|
Index: pyOpenSSL-16.0.0/tests/test_ssl.py
|
|
|
|
===================================================================
|
|
|
|
--- pyOpenSSL-16.0.0.orig/tests/test_ssl.py
|
|
|
|
+++ pyOpenSSL-16.0.0/tests/test_ssl.py
|
2017-05-01 15:14:02 +00:00
|
|
|
@@ -1113,6 +1113,7 @@
|
2016-05-17 13:40:41 +00:00
|
|
|
reason="set_default_verify_paths appears not to work on Windows. "
|
|
|
|
"See LP#404343 and LP#404344."
|
|
|
|
)
|
|
|
|
+ @pytest.mark.network
|
|
|
|
def test_set_default_verify_paths(self):
|
|
|
|
"""
|
2017-05-01 15:14:02 +00:00
|
|
|
`Context.set_default_verify_paths` causes the platform-specific CA
|