Commit 1ad85a231435517ca2a118e5441a60b15f5c0625
Committed by
Sergio Oliveira
1 parent
2d5c2259
Exists in
master
and in
17 other branches
Changing mock version
In a version higher then 1.0.1 they added the depency pbr to the mock package. This new depency is breaking.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
setup.py
@@ -31,7 +31,7 @@ TEST_REQUIREMENTS = [ | @@ -31,7 +31,7 @@ TEST_REQUIREMENTS = [ | ||
31 | 'coverage>=3.7.1', | 31 | 'coverage>=3.7.1', |
32 | 'coveralls>=0.5', | 32 | 'coveralls>=0.5', |
33 | 'flake8>=2.3.0', | 33 | 'flake8>=2.3.0', |
34 | - 'mock>=1.0.1', | 34 | + 'mock==1.0.1', |
35 | 'behave>= 1.2.0', | 35 | 'behave>= 1.2.0', |
36 | 'behave_django>=0.2.2', | 36 | 'behave_django>=0.2.2', |
37 | ] | 37 | ] |