Merge pull request #5990 from mgorny/trustme-test-dep

Skip the test requiring trustme when it is not available
This commit is contained in:
Ian Stapleton Cordasco
2021-11-27 19:20:17 -06:00
committed by GitHub
+4 -1
View File
@@ -13,7 +13,6 @@ import threading
import pytest
from requests.compat import urljoin
import trustme
def prepare_url(value):
@@ -38,6 +37,10 @@ def httpbin_secure(httpbin_secure):
@pytest.fixture
def nosan_server(tmp_path_factory):
# delay importing until the fixture in order to make it possible
# to deselect the test via command-line when trustme is not available
import trustme
tmpdir = tmp_path_factory.mktemp("certs")
ca = trustme.CA()
# only commonName, no subjectAltName