Merge pull request #3538 from scrapy/boto-import-error-under-jessie

Fix boto import error under Jessie testing environment
This commit is contained in:
Daniel Graña 2018-12-20 19:49:55 -03:00 committed by GitHub
commit d4fd1236b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ deps =
cssselect==0.9.1
zope.interface==4.1.1
-rtests/requirements-py2.txt
# Not used directly but allows boto GCE plugins to load.
# https://github.com/GoogleCloudPlatform/compute-image-packages/issues/262
google-compute-engine==2.8.12
[testenv:trunk]
basepython = python2.7