Skip to content

Commit

Permalink
Remove more Python 2 compatibility code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 14, 2021
1 parent 2007e6c commit 6f6f7a0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
import getpass
import os

import six

import pytest
import keyring
from jaraco.context import suppress

import wolframalpha


if six.PY2:
collect_ignore = [
'wolframalpha/pmxbot.py',
'wolframalpha/test_pmxbot.py',
]


@suppress(Exception)
def from_keyring():
return keyring.get_password('https://api.wolframalpha.com/', getpass.getuser())
Expand Down

0 comments on commit 6f6f7a0

Please sign in to comment.