mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
test certauth: fix paths
This commit is contained in:
parent
cf0a21509b
commit
7ae0ff86d2
@ -5,8 +5,8 @@ import shutil
|
|||||||
|
|
||||||
from pywb.framework.certauth import main, CertificateAuthority
|
from pywb.framework.certauth import main, CertificateAuthority
|
||||||
|
|
||||||
TEST_CA_DIR = './pywb/framework/test/pywb_test_ca_certs'
|
TEST_CA_DIR = os.path.join('.', 'pywb', 'framework', 'test', 'pywb_test_ca_certs')
|
||||||
TEST_CA_ROOT = './pywb/framework/test/pywb_test_ca.pem'
|
TEST_CA_ROOT = os.path.join('.', 'pywb', 'framework', 'test', 'pywb_test_ca.pem')
|
||||||
|
|
||||||
def setup_module():
|
def setup_module():
|
||||||
openssl_support = pytest.importorskip("OpenSSL")
|
openssl_support = pytest.importorskip("OpenSSL")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user