don't try assertion rewriting on jython for now
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#
|
||||
__version__ = '2.1.2.dev1'
|
||||
__version__ = '2.1.2.dev2'
|
||||
|
||||
@@ -38,6 +38,9 @@ def pytest_configure(config):
|
||||
import ast
|
||||
except ImportError:
|
||||
mode = "reinterp"
|
||||
else:
|
||||
if sys.platform.startswith('java'):
|
||||
mode = "reinterp"
|
||||
if mode != "plain":
|
||||
_load_modules(mode)
|
||||
def callbinrepr(op, left, right):
|
||||
|
||||
Reference in New Issue
Block a user