Loading
Make unit test use ipaddress instead of ipaddr.
This should fix the following unit test:
[FAIL]
Traceback (most recent call last):
File "/home/travis/build/NullHypothesis/bridgedb/bridgedb/test/test_https.py", line 227, in test_get_vanilla_ipv6
self.assertIsInstance(ipaddr.IPAddress(addr), ipaddr.IPv6Address)
File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/twisted/trial/_synctest.py", line 649, in assertIsInstance
instance, classOrTuple, suffix))
twisted.trial.unittest.FailTest: IPv4Address('98.255.18.132') is not an instance of <class 'ipaddr.IPv6Address'>