blob: 2f82d67bebe16ec7820a1c12a460af4db662c224 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- contrib/python/pyOpenSSL/py3/tests/test_ssl.py (index)
+++ contrib/python/pyOpenSSL/py3/tests/test_ssl.py (working tree)
@@ -1279,7 +1279,7 @@ class TestContext(object):
reason="set_default_verify_paths appears not to work on Windows. "
"See LP#404343 and LP#404344.",
)
- def test_set_default_verify_paths(self):
+ def _test_set_default_verify_paths(self):
"""
`Context.set_default_verify_paths` causes the platform-specific CA
certificate locations to be used for verification purposes.
|