Skip to content

Commit 6f6f7a0

Browse files
committed
Remove more Python 2 compatibility code
1 parent 2007e6c commit 6f6f7a0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

conftest.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
import getpass
22
import os
33

4-
import six
5-
64
import pytest
75
import keyring
86
from jaraco.context import suppress
97

108
import wolframalpha
119

1210

13-
if six.PY2:
14-
collect_ignore = [
15-
'wolframalpha/pmxbot.py',
16-
'wolframalpha/test_pmxbot.py',
17-
]
18-
19-
2011
@suppress(Exception)
2112
def from_keyring():
2213
return keyring.get_password('https://api.wolframalpha.com/', getpass.getuser())

0 commit comments

Comments
 (0)