]> granicus.if.org Git - python/commitdiff
Remove a duplicate test_addresses key:value as identified by Vincent
authorGregory P. Smith <greg@krypto.org>
Sat, 2 Jan 2016 01:41:46 +0000 (17:41 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 2 Jan 2016 01:41:46 +0000 (17:41 -0800)
Davis reviewing code.

Lib/test/test_ipaddress.py

index 39eb9a136890b046dff668e6ba4cc16ab66b98e9..56f0be3ae8aa59c0a52ff87e5e5474fe8db42c18 100644 (file)
@@ -1740,7 +1740,6 @@ class IpaddrUnitTest(unittest.TestCase):
             '2001:0:0:4:0:0:0:8': '2001:0:0:4::8/128',
             '2001:0:0:4:5:6:7:8': '2001::4:5:6:7:8/128',
             '2001:0:3:4:5:6:7:8': '2001:0:3:4:5:6:7:8/128',
-            '2001:0:3:4:5:6:7:8': '2001:0:3:4:5:6:7:8/128',
             '0:0:3:0:0:0:0:ffff': '0:0:3::ffff/128',
             '0:0:0:4:0:0:0:ffff': '::4:0:0:0:ffff/128',
             '0:0:0:0:5:0:0:ffff': '::5:0:0:ffff/128',