Bypass tests on Python 2.7 when pmxbot is involved.
This commit is contained in:
parent
2338ab2e3e
commit
af9abc9712
4
conftest.py
Normal file
4
conftest.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
import six
|
||||||
|
|
||||||
|
if six.PY2:
|
||||||
|
collect_ignore = ['wolframalpha/pmxbot.py']
|
Loading…
Reference in New Issue
Block a user