Skip to content

Commit

Permalink
test_initToken_utf8: remove support of Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Aug 20, 2024
1 parent fc7dc69 commit 84295ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ def test_initToken(self):
self.session.logout()

def test_initToken_utf8(self):

# for Python version ≥ 3 only
import sys

if sys.version_info[0] < 3:
return

self.pkcs11.closeAllSessions(self.slot)

# Create a label using UTF-8
Expand Down

0 comments on commit 84295ec

Please sign in to comment.