Skip to content

Commit

Permalink
relative import on debian 12 (python3.11.2) doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
m32 committed Oct 23, 2023
1 parent ad20697 commit 196898c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import hashlib
from asn1crypto import cms, algos, core, pem

from . import test_cert
import test_cert

tests_root = os.path.dirname(__file__)
fixtures_dir = os.path.join(tests_root, 'fixtures')
Expand Down
2 changes: 1 addition & 1 deletion tests/test_hsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from endesive import hsm, signer, verifier
import PyKCS11 as PK11

from . import test_cert
import test_cert

tests_root = os.path.dirname(__file__)
fixtures_dir = os.path.join(tests_root, 'fixtures')
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
fixtures_dir = os.path.join(tests_root, 'fixtures')


from . import test_cert
import test_cert

def fixture(fname):
return os.path.join(fixtures_dir, fname)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_plain.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from cryptography.hazmat.primitives.serialization import pkcs12
from endesive import plain

from . import test_cert
import test_cert

tests_root = os.path.dirname(__file__)
fixtures_dir = os.path.join(tests_root, 'fixtures')
Expand Down

0 comments on commit 196898c

Please sign in to comment.