Skip to content

testing/py3-furl: Use ipaddress to detect valid and invalid IPs

Wenlong Zhang requested to merge zhangwenlong8911/aports:py3-furl into master

https://github.com/gruns/furl/pull/165

check fail on all arch, fail log as follow:

FAILED tests/test_furl.py::TestFurl::test_hosts - ValueError: '0:0:0:0:0:0:0:1:1:1:1:1:1:1:1:9999999999999' does not appear to be an IPv4 or IPv6 address
FAILED tests/test_furl.py::TestFurl::test_netloc - ValueError: '0:0:0:0:0:0:0:1:1:1:1:1:1:1:1:9999999999999' does not appear to be an IPv4 or IPv6 address
Edited by Kevin Daudt

Merge request reports