Skip to content

Commit

Permalink
Move mock to test-requirements
Browse files Browse the repository at this point in the history
So that the spec will not need mock any more.
  • Loading branch information
MatheMatrix committed Jan 13, 2016
1 parent fff8ddc commit 662b893
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pbr
jsonrpclib
netaddr
mock
cliff
oslo.config>=1.6.0
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mock

0 comments on commit 662b893

Please sign in to comment.