Skip to content

Commit 0d784ed

Browse files
committed
mirrors: ipv6 does not exists everywhere :(
1 parent fdd676d commit 0d784ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mirrors/tests/test_mirrorurl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_mirror_url_clean(mirrorurl):
2424
mirrorurl.clean()
2525
# TOOD(jelle): this expects HOSTNAME to resolve, maybe mock
2626
assert mirrorurl.has_ipv4 == True
27-
assert mirrorurl.has_ipv6 == True
27+
#assert mirrorurl.has_ipv6 == True
2828

2929
def test_mirrorurl_repr(mirrorurl):
3030
assert URL in repr(mirrorurl)

0 commit comments

Comments
 (0)