Pin mock to version supporting Python 2.6

Change-Id: Ic4cfd65dc6e7ada2adc847ec4c2b1a1cfcb9627a
Partial-Bug: #1473294
This commit is contained in:
Sebastian Kalinowski 2015-07-10 08:33:07 +02:00
parent c14c67a1d4
commit 8ebe1f0c54
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
hacking>=0.8.0,<0.9
mock>=1.0
mock==1.0.1
oslotest==1.0
testtools>=0.9.34
pytest>=2.7.2