diff options
author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-06-02 14:30:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 13:30:13 +0100 |
commit | 1a8c77847118d16025337f17cf28fd35c962694b (patch) | |
tree | 50fe3673602a5220baef94fb1bed02c0102d3e95 /Lib/test/test_ipaddress.py | |
parent | a384b6c04054a2c5050a99059836175cf73e2016 (diff) | |
download | cpython-git-1a8c77847118d16025337f17cf28fd35c962694b.tar.gz |
Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326)
Diffstat (limited to 'Lib/test/test_ipaddress.py')
-rw-r--r-- | Lib/test/test_ipaddress.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_ipaddress.py b/Lib/test/test_ipaddress.py index ff77bdb1bb..b0605f0be0 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", |