Move mock to test-requirements
So that the spec will not need mock any more.
This commit is contained in:
parent
fff8ddc2c6
commit
662b8932b5
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
pbr
|
||||
jsonrpclib
|
||||
netaddr
|
||||
mock
|
||||
cliff
|
||||
oslo.config>=1.6.0
|
||||
|
1
test-requirements.txt
Normal file
1
test-requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
mock
|
Loading…
Reference in New Issue
Block a user