Skip to content

Commit 8ca05c8

Browse files
committed
PyMySQL now supports nextset()
1 parent 6339403 commit 8ca05c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pymysql/tests/thirdparty/test_MySQLdb/test_MySQLdb_dbapi20.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def help_nextset_tearDown(self,cur):
169169
'If cleaning up is needed after nextSetTest'
170170
cur.execute("drop procedure deleteme")
171171

172-
@unittest.expectedFailure
173172
def test_nextset(self):
174173
from warnings import warn
175174
con = self._connect()

0 commit comments

Comments
 (0)