PyMySQL now supports nextset()
This commit is contained in:
@@ -169,7 +169,6 @@ class test_MySQLdb(dbapi20.DatabaseAPI20Test):
|
||||
'If cleaning up is needed after nextSetTest'
|
||||
cur.execute("drop procedure deleteme")
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_nextset(self):
|
||||
from warnings import warn
|
||||
con = self._connect()
|
||||
|
||||
Reference in New Issue
Block a user