Merge pull request #30 from Mirantis/deb-fix

Use Ubuntu python-mock
This commit is contained in:
Dmitry Shulyak 2015-07-17 16:35:53 +03:00
commit 3f7a05bf3c
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- shell: pip install httpie - shell: pip install httpie
#- apt: name=python-virtualenv state=present #- apt: name=python-virtualenv state=present
#- apt: name=virtualenvwrapper state=present #- apt: name=virtualenvwrapper state=present
- apt: name=python-mock state=present
- apt: name=ipython state=present - apt: name=ipython state=present
- apt: name=python-pudb state=present - apt: name=python-pudb state=present
#- apt: name=python-pip state=present #- apt: name=python-pip state=present

View File

@ -6,7 +6,7 @@ networkx==1.9.1
PyYAML==3.11 PyYAML==3.11
jsonschema==2.4.0 jsonschema==2.4.0
requests==2.7.0 requests==2.7.0
mock #mock
dictdiffer==0.4.0 dictdiffer==0.4.0
enum34==1.0.4 enum34==1.0.4
redis==2.10.3 redis==2.10.3