Author: Matti Picus <[email protected]>
Branch: py3.6
Changeset: r97212:7f4a628f9d50
Date: 2019-08-19 09:03 +0300
http://bitbucket.org/pypy/pypy/changeset/7f4a628f9d50/

Log:    remove pdb from test

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
@@ -390,7 +390,6 @@
         assert "(expected '(')" in info.value.msg
 
     def test_error_print_without_parens(self):
-        import pdb; pdb.set_trace()
         info = py.test.raises(SyntaxError, self.parse, "print 1")
         assert "Missing parentheses in call to 'print'" in info.value.msg
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to