Skip to content

Commit bfbfd3a

Browse files
committed
TestCursorManager need not inherit from TestRequestMixin.
1 parent 2f039d8 commit bfbfd3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_cursor_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
IntegrationTest,
2626
connection_string,
2727
SkipTest)
28-
from test.utils import get_client, TestRequestMixin
28+
from test.utils import get_client
2929

3030

31-
class TestCursorManager(IntegrationTest, TestRequestMixin):
31+
class TestCursorManager(IntegrationTest):
3232

3333
@classmethod
3434
def setUpClass(cls):

0 commit comments

Comments
 (0)