Bypass tests on Python 2.7 when pmxbot is involved.

master
Jason R. Coombs 9 years ago
parent 2338ab2e3e
commit af9abc9712
  1. 4
      conftest.py

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