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:
@ -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:
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user