Skip to content

Commit 849a415

Browse files
committed
PYTHON-2002 Re-enable dns/srv tests
1 parent 083c247 commit 849a415

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/test_dns.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class TestDNS(unittest.TestCase):
3939

4040
def create_test(test_case):
4141

42-
@unittest.skipIf(sys.version_info[0] < 3, "PYTHON-2002 fails on python 2")
4342
@client_context.require_replica_set
4443
@client_context.require_ssl
4544
def run_test(self):

test/test_srv_polling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ class TestSrvPolling(unittest.TestCase):
8888

8989
CONNECTION_STRING = "mongodb+srv://test1.test.build.10gen.cc"
9090

91-
@unittest.skipIf(sys.version_info[0] < 3, "PYTHON-2002 fails on python 2")
9291
def setUp(self):
9392
if not _HAVE_DNSPYTHON:
9493
raise unittest.SkipTest("SRV polling tests require the dnspython "

0 commit comments

Comments
 (0)