2022-09-29 19:34:28 +00:00
|
|
|
Index: pyOpenSSL-22.1.0/tests/test_ssl.py
|
|
|
|
===================================================================
|
|
|
|
--- pyOpenSSL-22.1.0.orig/tests/test_ssl.py
|
|
|
|
+++ pyOpenSSL-22.1.0/tests/test_ssl.py
|
|
|
|
@@ -1244,6 +1244,7 @@ class TestContext:
|
2016-05-17 13:40:41 +00:00
|
|
|
reason="set_default_verify_paths appears not to work on Windows. "
|
2020-12-10 10:14:18 +00:00
|
|
|
"See LP#404343 and LP#404344.",
|
2016-05-17 13:40:41 +00:00
|
|
|
)
|
|
|
|
+ @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
|
2022-09-29 19:34:28 +00:00
|
|
|
Index: pyOpenSSL-22.1.0/setup.cfg
|
|
|
|
===================================================================
|
|
|
|
--- pyOpenSSL-22.1.0.orig/setup.cfg
|
|
|
|
+++ pyOpenSSL-22.1.0/setup.cfg
|
2020-12-11 17:24:47 +00:00
|
|
|
@@ -2,6 +2,8 @@
|
|
|
|
minversion = 3.0.1
|
|
|
|
strict = true
|
|
|
|
testpaths = tests
|
|
|
|
+markers =
|
|
|
|
+ network: test case requires network connection
|
|
|
|
|
2022-09-29 19:34:28 +00:00
|
|
|
[metadata]
|
|
|
|
license_file = LICENSE
|
|
|
|
@@ -16,4 +18,3 @@ doc_files = doc/_build/html
|
2020-12-11 17:24:47 +00:00
|
|
|
[egg_info]
|
|
|
|
tag_build =
|
|
|
|
tag_date = 0
|
|
|
|
-
|