Author: Ronan Lamy <[email protected]>
Branch: cleanup-test_lib_pypy
Changeset: r95381:ad49d07c6e0b
Date: 2018-11-29 05:49 +0000
http://bitbucket.org/pypy/pypy/changeset/ad49d07c6e0b/

Log:    rm workaround for https://github.com/pytest-dev/pytest/issues/1965

diff --git a/extra_tests/test_sqlite3.py b/extra_tests/test_sqlite3.py
--- a/extra_tests/test_sqlite3.py
+++ b/extra_tests/test_sqlite3.py
@@ -116,7 +116,6 @@
     with pytest.raises(_sqlite3.ProgrammingError):
         cur.executemany(1,2,3,4,5)
 
-@pypy_only
 def test_connection_del(tmpdir):
     """For issue1325."""
     import os
@@ -146,7 +145,6 @@
 
         with pytest.raises(_sqlite3.OperationalError):
             open_many(False)
-        sys.exc_clear()
         gc.collect(); gc.collect()
         open_many(True)
     finally:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to