Use Ubuntu python-mock

This commit is contained in:
Przemyslaw Kaminski 2015-07-17 15:06:02 +02:00
parent 06b87d3d8e
commit f21d0385e2
2 changed files with 2 additions and 1 deletions

View File

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

View File

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