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:
@@ -58,4 +58,3 @@ os-vif>=1.1.0 # Apache-2.0
|
|||||||
os-win>=0.2.3 # Apache-2.0
|
os-win>=0.2.3 # Apache-2.0
|
||||||
castellan>=0.4.0 # Apache-2.0
|
castellan>=0.4.0 # Apache-2.0
|
||||||
microversion-parse>=0.1.2 # Apache-2.0
|
microversion-parse>=0.1.2 # Apache-2.0
|
||||||
wsgi-intercept>=0.6.1 # MIT License
|
|
||||||
|
|||||||
@@ -31,3 +31,6 @@ oslo.vmware>=2.11.0 # Apache-2.0
|
|||||||
|
|
||||||
# releasenotes
|
# releasenotes
|
||||||
reno>=1.8.0 # Apache2
|
reno>=1.8.0 # Apache2
|
||||||
|
|
||||||
|
# placement functional tests
|
||||||
|
wsgi-intercept>=0.6.1 # MIT License
|
||||||
|
|||||||
Reference in New Issue
Block a user