From 88f6dbe7f65c228643c1fb1917649bf9c1008dd2 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 20 May 2020 18:12:18 +0200 Subject: [PATCH] add urllib3 to the tox dependencies --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 8d033367b..4598ad3d3 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ deps = pytest >= 4.6.3, < 5.0 pyyaml >= 5.1.2, < 6.0 flake8 >= 3.7.9, < 3.8 + urllib3 commands = pytest {posargs}