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

Commit

Permalink
rm workaround for pytest-dev/pytest#1965
Browse files Browse the repository at this point in the history
  • Loading branch information
rlamy committed Nov 29, 2018
1 parent 67450df commit 0cbffde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extra_tests/test_sqlite3.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def test_cursor_after_close(con):
with pytest.raises(_sqlite3.ProgrammingError):
cur.executemany(1,2,3,4,5)

@pypy_only
def test_connection_del(tmpdir):
"""For issue1325."""
import os
Expand Down Expand Up @@ -146,7 +145,6 @@ def open_many(cleanup):

with pytest.raises(_sqlite3.OperationalError):
open_many(False)
sys.exc_clear()
gc.collect(); gc.collect()
open_many(True)
finally:
Expand Down

0 comments on commit 0cbffde

Please sign in to comment.