Move wsgi-intercept to test-requirements.txt

The wsgi-intercept dependency is only used in the functional
tests for the placement API, so we should move it to the
test-requirements.txt file so people don't try to package
it for runtime installs.

Change-Id: I0d8325e12ed7d5d022877782d6aa4ba4055c30db
Closes-Bug: #1625653
This commit is contained in:
Matt Riedemann
2016-09-20 14:17:54 -04:00
parent 10ee85c725
commit d3dfeb44d6
2 changed files with 3 additions and 1 deletions

View File

@@ -31,3 +31,6 @@ oslo.vmware>=2.11.0 # Apache-2.0
# releasenotes
reno>=1.8.0 # Apache2
# placement functional tests
wsgi-intercept>=0.6.1 # MIT License