2020-12-11 17:24:47 +00:00
|
|
|
--- a/tests/test_ssl.py
|
|
|
|
+++ b/tests/test_ssl.py
|
2020-12-10 10:14:18 +00:00
|
|
|
@@ -1240,6 +1240,7 @@ class TestContext(object):
|
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
|
2020-12-11 17:24:47 +00:00
|
|
|
--- a/setup.cfg
|
|
|
|
+++ b/setup.cfg
|
|
|
|
@@ -2,6 +2,8 @@
|
|
|
|
minversion = 3.0.1
|
|
|
|
strict = true
|
|
|
|
testpaths = tests
|
|
|
|
+markers =
|
|
|
|
+ network: test case requires network connection
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
|
|
|
@@ -19,4 +21,3 @@ doc-files = doc/_build/html
|
|
|
|
[egg_info]
|
|
|
|
tag_build =
|
|
|
|
tag_date = 0
|
|
|
|
-
|