Skip to content

Commit f6bbcf0

Browse files
committed
Unskip a test that works now
1 parent f296c4f commit f6bbcf0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_pep.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,6 @@ def test_cursor_close(cur):
479479
# database-specific notation (see the module's paramstyle_ attribute
480480
# for details). [5]_
481481
def test_cursor_execute(cur_with_data):
482-
pytest.skip('dict example does not work')
483482
cur = cur_with_data
484483
cur.execute('SELECT * FROM customers')
485484
cur.execute('SELECT * FROM customers WHERE year_joined > ?', (2007,))

0 commit comments

Comments
 (0)