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 08d0a57f27
commit 1b5edb1cc5
8 changed files with 9 additions and 9 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

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
testrepository>=0.0.18

View File

@ -1,6 +1,6 @@
-r requirements.txt
hacking==0.10.1
mock==1.0
mock==1.0.1
nose==1.1.2
nose2==0.4.1
nose-timer==0.2.0

View File

@ -1,6 +1,6 @@
-r requirements.txt
hacking==0.7
mock==1.0
mock==1.0.1
nose==1.1.2
nose2==0.4.1
nose-timer==0.2.0

View File

@ -1,6 +1,6 @@
-r requirements.txt
hacking==0.7
mock==1.0
mock==1.0.1
nose==1.1.2
unittest2==0.5.1
nose2==0.4.1

View File

@ -1,3 +1,3 @@
hacking==0.7
mock>=1.0
mock==1.0.1
pytest

View File

@ -1,5 +1,5 @@
hacking>=0.8.0,<0.9
mock>=1.0
mock==1.0.1
testrepository>=0.0.18
unittest2
discover

View File

@ -1,4 +1,4 @@
-r requirements.txt
mock
mock==1.0.1
nose
tox
tox