[Python-checkins] Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326)

pablogsal webhook-mailer at python.org
Wed Jun 2 08:30:20 EDT 2021


https://github.com/python/cpython/commit/1a8c77847118d16025337f17cf28fd35c962694b
commit: 1a8c77847118d16025337f17cf28fd35c962694b
branch: main
author: Mariusz Felisiak <felisiak.mariusz at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2021-06-02T13:30:13+01:00
summary:

Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326)

files:
M Lib/test/test_ipaddress.py

diff --git a/Lib/test/test_ipaddress.py b/Lib/test/test_ipaddress.py
index ff77bdb1bbc58..b0605f0be04bb 100644
--- a/Lib/test/test_ipaddress.py
+++ b/Lib/test/test_ipaddress.py
@@ -102,7 +102,6 @@ def test_leading_zeros(self):
             "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",



More information about the Python-checkins mailing list