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