Martin Blanchard pushed to branch mablanch/65-boto3-1-8-x at BuildGrid / buildgrid
Commits:
-
589ffa40
by Martin Blanchard at 2018-11-06T15:12:47Z
1 changed file:
Changes:
... | ... | @@ -87,7 +87,7 @@ def get_cmdclass(): |
87 | 87 |
|
88 | 88 |
tests_require = [
|
89 | 89 |
'coverage >= 4.5.0',
|
90 |
- 'moto',
|
|
90 |
+ 'moto < 1.3.7',
|
|
91 | 91 |
'pep8',
|
92 | 92 |
'psutil',
|
93 | 93 |
'pytest >= 3.8.0',
|