Skip to content

Commit 84295ec

Browse files
test_initToken_utf8: remove support of Python 2
1 parent fc7dc69 commit 84295ec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_init.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ def test_initToken(self):
6565
self.session.logout()
6666

6767
def test_initToken_utf8(self):
68-
69-
# for Python version ≥ 3 only
70-
import sys
71-
72-
if sys.version_info[0] < 3:
73-
return
74-
7568
self.pkcs11.closeAllSessions(self.slot)
7669

7770
# Create a label using UTF-8

0 commit comments

Comments
 (0)