percy / python-percy-client

[Deprecated] Python client library for visual regression testing with Percy.
https://percy.io/docs/clients/python/selenium
MIT License
21 stars 24 forks source link

Require at least requests 2.14.0 #36

Closed teeberg closed 6 years ago

teeberg commented 6 years ago

python-percy-client started using the status kwarg to urllib3's Retry (ed40c0b729e0afd2a4cb4994e7678043dc8d5734), but that was only introduced in urllib3 v1.21.1 (https://github.com/shazow/urllib3/commit/62136b323a1244fc1d8dfc86e4d7e806daffc0b2). That urllib3 version is only being pulled in since requests 2.14.0 (https://github.com/requests/requests/blob/master/HISTORY.rst#2140-2017-05-09).

Make sure it is pulled in when updating python-percy-client.

fotinakis commented 6 years ago

Released in percy-1.0.11