Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6
Changeset: r94686:807d5baaba0b
Date: 2018-05-26 14:11 +0200
http://bitbucket.org/pypy/pypy/changeset/807d5baaba0b/
Log: merge
diff --git a/pypy/interpreter/pyparser/test/test_pyparse.py
b/pypy/interpreter/pyparser/test/test_pyparse.py
--- a/pypy/interpreter/pyparser/test/test_pyparse.py
+++ b/pypy/interpreter/pyparser/test/test_pyparse.py
@@ -274,7 +274,7 @@
tree = self.parse(x)
for x in INVALID_UNDERSCORE_LITERALS:
print x
- raises(SyntaxError, self.parse, "x = %s" % x)
+ py.test.raises(SyntaxError, self.parse, "x = %s" % x)
class TestPythonParserWithSpace:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit