1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-22 07:39:46 +00:00

test: Temporarily avoid latest Python requests package

Currently get error from Travis on this install step, and downgrading one
version appears to fix the problem.

"Could not find any downloads that satisfy the requirement pyOpenSSL>=0.13
(from requests[security])"
This commit is contained in:
David Drysdale
2015-12-24 14:42:03 +00:00
parent 72555b6cad
commit b651f825d6

View File

@ -38,7 +38,7 @@ matrix:
compiler: clang
env: BUILD_TYPE=normal
install:
- pip install --user 'requests[security]'
- pip install --user 'requests[security]<2.9.1'
- pip install --user cpp-coveralls
before_script:
- |