Skip to content

Commit

Permalink
Unpin boto/botocore version for regular installation (#232)
Browse files Browse the repository at this point in the history
* move pinned versions to `test` enviroment

* disable pin for testing too

* pin moto

* try pin previous moto

* attempt
  • Loading branch information
menshikh-iv authored Sep 19, 2018
1 parent 89891aa commit f809bd9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ def read(fname):

tests_require = [
'mock',
'moto',
'moto==1.3.4',
'pathlib2',
'responses',
# Temporary pin boto3 & botocore, because moto doesn't work with new version
# See https://github.com/spulec/moto/issues/1793 and https://github.com/RaRe-Technologies/smart_open/issues/227
'boto3 < 1.8.0',
# 'botocore < 1.11.0'
]

setup(
Expand Down Expand Up @@ -49,10 +53,7 @@ def read(fname):
'boto >= 2.32',
'bz2file',
'requests',
# Temporary pin boto3 & botocore, because moto doesn't work with new version
# See https://github.com/spulec/moto/issues/1793
'boto3 < 1.8.0',
'botocore < 1.11.0'
'boto3'
],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit f809bd9

Please sign in to comment.