PyMySQL now supports nextset()

This commit is contained in:
INADA Naoki
2015-02-01 11:09:45 +09:00
parent 63394036d7
commit 8ca05c8e44

View File

@@ -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()