Bypass tests on Python 2.7 when pmxbot is involved.

This commit is contained in:
Jason R. Coombs 2015-12-11 12:35:36 -05:00
parent 2338ab2e3e
commit af9abc9712

4
conftest.py Normal file
View File

@ -0,0 +1,4 @@
import six
if six.PY2:
collect_ignore = ['wolframalpha/pmxbot.py']