Skip to content

Commit 216ab89

Browse files
committed
Enable sqlite test_connection_bad_reinit
1 parent b3d45ae commit 216ab89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_sqlite3/test_dbapi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,6 @@ def test_connection_reinit(self):
573573
self.assertTrue(all(isinstance(r, sqlite.Row) for r in rows))
574574
self.assertEqual([r[0] for r in rows], ["2", "3"])
575575

576-
# TODO: RUSTPYTHON
577-
@unittest.expectedFailure
578576
def test_connection_bad_reinit(self):
579577
cx = sqlite.connect(":memory:")
580578
with cx:

0 commit comments

Comments
 (0)