From 1d90853f3b2c10167f29fe5367f63f45b0d9c903 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 4 May 2023 19:56:59 +0200 Subject: [PATCH] tox.ini: Quick-fix the CI for recent tox and recent urllib3 --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a3f2ed6..d7590f3 100644 --- a/tox.ini +++ b/tox.ini @@ -75,6 +75,8 @@ basepython = python3.7 usedevelop=true commands = ./runtests.sh --cov=./vcr --cov-branch --cov-report=xml --cov-append {posargs} +allowlist_externals = + ./runtests.sh deps = Werkzeug==2.0.3 pytest @@ -83,8 +85,9 @@ deps = PyYAML ipaddress requests: requests>=2.22.0 + requests: urllib3<2 httplib2: httplib2 - urllib3: urllib3 + urllib3: urllib3<2 boto3: boto3 boto3: urllib3 aiohttp: aiohttp