From f71d78613b20b57ab6796d2415b4f4807030d417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sj=C3=B6gren?= Date: Thu, 21 Sep 2023 20:25:06 +0000 Subject: [PATCH] remove pinned urllib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Sjögren --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2b10436..f5ab26b 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,6 @@ deps = molecule-plugins[vagrant]@git+https://github.com/ansible-community/molecule-plugins.git https://github.com/ansible/ansible/archive/devel.tar.gz git+https://github.com/docker/docker-py.git - urllib3<2 commands = ansible-galaxy install -r requirements.yml ansible-lint @@ -30,7 +29,6 @@ deps = ansible-lint docker molecule-plugins[vagrant] - urllib3<2 commands = ansible-galaxy install -r requirements.yml ansible-lint