1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 01:25:34 +00:00

tox.ini: Quick-fix the CI for recent tox and recent urllib3

This commit is contained in:
Sebastian Pipping
2023-05-04 19:56:59 +02:00
committed by Jair Henrique
parent 42d79b1102
commit 1d90853f3b

View File

@@ -75,6 +75,8 @@ basepython = python3.7
usedevelop=true usedevelop=true
commands = commands =
./runtests.sh --cov=./vcr --cov-branch --cov-report=xml --cov-append {posargs} ./runtests.sh --cov=./vcr --cov-branch --cov-report=xml --cov-append {posargs}
allowlist_externals =
./runtests.sh
deps = deps =
Werkzeug==2.0.3 Werkzeug==2.0.3
pytest pytest
@@ -83,8 +85,9 @@ deps =
PyYAML PyYAML
ipaddress ipaddress
requests: requests>=2.22.0 requests: requests>=2.22.0
requests: urllib3<2
httplib2: httplib2 httplib2: httplib2
urllib3: urllib3 urllib3: urllib3<2
boto3: boto3 boto3: boto3
boto3: urllib3 boto3: urllib3
aiohttp: aiohttp aiohttp: aiohttp