Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 0cbffde

Browse files
committed
rm workaround for pytest-dev/pytest#1965
1 parent 67450df commit 0cbffde

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

extra_tests/test_sqlite3.py

-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def test_cursor_after_close(con):
116116
with pytest.raises(_sqlite3.ProgrammingError):
117117
cur.executemany(1,2,3,4,5)
118118

119-
@pypy_only
120119
def test_connection_del(tmpdir):
121120
"""For issue1325."""
122121
import os
@@ -146,7 +145,6 @@ def open_many(cleanup):
146145

147146
with pytest.raises(_sqlite3.OperationalError):
148147
open_many(False)
149-
sys.exc_clear()
150148
gc.collect(); gc.collect()
151149
open_many(True)
152150
finally:

0 commit comments

Comments
 (0)