We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f296c4f commit f6bbcf0Copy full SHA for f6bbcf0
tests/test_pep.py
@@ -479,7 +479,6 @@ def test_cursor_close(cur):
479
# database-specific notation (see the module's paramstyle_ attribute
480
# for details). [5]_
481
def test_cursor_execute(cur_with_data):
482
- pytest.skip('dict example does not work')
483
cur = cur_with_data
484
cur.execute('SELECT * FROM customers')
485
cur.execute('SELECT * FROM customers WHERE year_joined > ?', (2007,))
0 commit comments