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 083c247 commit 849a415Copy full SHA for 849a415
test/test_dns.py
@@ -39,7 +39,6 @@ class TestDNS(unittest.TestCase):
39
40
def create_test(test_case):
41
42
- @unittest.skipIf(sys.version_info[0] < 3, "PYTHON-2002 fails on python 2")
43
@client_context.require_replica_set
44
@client_context.require_ssl
45
def run_test(self):
test/test_srv_polling.py
@@ -88,7 +88,6 @@ class TestSrvPolling(unittest.TestCase):
88
89
CONNECTION_STRING = "mongodb+srv://test1.test.build.10gen.cc"
90
91
92
def setUp(self):
93
if not _HAVE_DNSPYTHON:
94
raise unittest.SkipTest("SRV polling tests require the dnspython "
0 commit comments