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

@ -58,4 +58,3 @@ os-vif>=1.1.0 # Apache-2.0
os-win>=0.2.3 # Apache-2.0
castellan>=0.4.0 # Apache-2.0
microversion-parse>=0.1.2 # Apache-2.0
wsgi-intercept>=0.6.1 # MIT License

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