Commit 1ad85a231435517ca2a118e5441a60b15f5c0625

Authored by Matheus de Sousa Faria
Committed by Sergio Oliveira
1 parent 2d5c2259

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 31 'coverage>=3.7.1',
32 32 'coveralls>=0.5',
33 33 'flake8>=2.3.0',
34   - 'mock>=1.0.1',
  34 + 'mock==1.0.1',
35 35 'behave>= 1.2.0',
36 36 'behave_django>=0.2.2',
37 37 ]
... ...