From 170fa400144b8265201cad09d98f0721bc7a02ab Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 12 Sep 2021 17:21:10 +0200 Subject: [PATCH] ipaddress is part of stdlib for Python 3. (#275) --- tests/unit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 054a9cf5..cf3ec91c 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -1,5 +1,5 @@ cryptography -ipaddress +ipaddress ; python_version < '3.0' pyopenssl unittest2 ; python_version < '2.7'