We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b572600 commit 13d559bCopy full SHA for 13d559b
test/test_srv_polling.py
@@ -88,6 +88,7 @@ class TestSrvPolling(unittest.TestCase):
88
89
CONNECTION_STRING = "mongodb+srv://test1.test.build.10gen.cc"
90
91
+ @unittest.skipIf(sys.version_info[0] < 3, "PYTHON-2002 fails on python 2")
92
def setUp(self):
93
if not _HAVE_DNSPYTHON:
94
raise unittest.SkipTest("SRV polling tests require the dnspython "
0 commit comments