wolframalpha/conftest.py

5 lines
72 B
Python
Raw Normal View History

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