Move mock to test-requirements

So that the spec will not need mock any more.
This commit is contained in:
wangwei 2016-01-13 12:23:40 +08:00
parent fff8ddc2c6
commit 662b8932b5
3 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ python:
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
- "pip install pep8 --use-mirrors"
- "pip install nose --use-mirrors"
# command to run tests

View File

@ -1,6 +1,5 @@
pbr
jsonrpclib
netaddr
mock
cliff
oslo.config>=1.6.0

1
test-requirements.txt Normal file
View File

@ -0,0 +1 @@
mock