1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

fix issue with tests using localhost

The error we have : SSLError: hostname '127.0.0.1' doesn't match either of 'localhost', '127.0.0.1'
This is fixed by adding the `ipaddress` dependency in the tox ini.
This commit is contained in:
Arthur Hamon
2019-06-13 15:17:39 +02:00
parent 18977a85d1
commit 78a0a52bd9

View File

@@ -18,6 +18,7 @@ deps =
pytest pytest
pytest-httpbin pytest-httpbin
PyYAML PyYAML
ipaddress
requests: requests>=2.22.0 requests: requests>=2.22.0
httplib2: httplib2 httplib2: httplib2
urllib3121: urllib3==1.21.1 urllib3121: urllib3==1.21.1