From: Mariusz Felisiak Date: Wed, 2 Jun 2021 12:30:13 +0000 (+0200) Subject: Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326) X-Git-Tag: v3.11.0a1~970 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a8c77847118d16025337f17cf28fd35c962694b;p=thirdparty%2FPython%2Fcpython.git Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326) --- diff --git a/Lib/test/test_ipaddress.py b/Lib/test/test_ipaddress.py index ff77bdb1bbc5..b0605f0be04b 100644 --- a/Lib/test/test_ipaddress.py +++ b/Lib/test/test_ipaddress.py @@ -102,7 +102,6 @@ class CommonTestMixin_v4(CommonTestMixin): "000.000.000.000", "192.168.000.001", "016.016.016.016", - "192.168.000.001", "001.000.008.016", "01.2.3.40", "1.02.3.40",