Skip to content
Snippets Groups Projects
Commit 354ed8b0167e authored by INADA Naoki's avatar INADA Naoki
Browse files

PyMySQL now supports nextset()

parent 873b97ec5f69
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,6 @@ ...@@ -169,7 +169,6 @@
'If cleaning up is needed after nextSetTest' 'If cleaning up is needed after nextSetTest'
cur.execute("drop procedure deleteme") cur.execute("drop procedure deleteme")
@unittest.expectedFailure
def test_nextset(self): def test_nextset(self):
from warnings import warn from warnings import warn
con = self._connect() con = self._connect()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment