1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +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
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