The original removal is in https://review.openstack.org/#/c/167669/
Change-Id: I3c59f040523d2cd1453465e80280955218880634
| ... | ... |
@@ -417,18 +417,6 @@ IP Version |
| 417 | 417 |
can be configured with any valid IPv6 prefix. The default values make |
| 418 | 418 |
use of an auto-generated ``IPV6_GLOBAL_ID`` to comply with RFC 4193.* |
| 419 | 419 |
|
| 420 |
-Unit tests dependencies install |
|
| 421 |
- |
|
| 422 |
- | *Default: ``INSTALL_TESTONLY_PACKAGES=False``* |
|
| 423 |
- | In order to be able to run unit tests with script ``run_test.sh``, |
|
| 424 |
- the required package dependencies need to be installed. |
|
| 425 |
- Setting this option as below does the work. |
|
| 426 |
- |
|
| 427 |
- :: |
|
| 428 |
- |
|
| 429 |
- INSTALL_TESTONLY_PACKAGES=True |
|
| 430 |
- |
|
| 431 | 420 |
Examples |
| 432 | 421 |
======== |
| 433 | 422 |
|
| ... | ... |
@@ -909,8 +909,6 @@ function get_packages {
|
| 909 | 909 |
local file_to_parse="" |
| 910 | 910 |
local service="" |
| 911 | 911 |
|
| 912 |
- INSTALL_TESTONLY_PACKAGES=$(trueorfalse False INSTALL_TESTONLY_PACKAGES) |
|
| 913 |
- |
|
| 914 | 912 |
if [[ -z "$package_dir" ]]; then |
| 915 | 913 |
echo "No package directory supplied" |
| 916 | 914 |
return 1 |
| ... | ... |
@@ -53,7 +53,7 @@ function get_python_exec_prefix {
|
| 53 | 53 |
} |
| 54 | 54 |
|
| 55 | 55 |
# Wrapper for ``pip install`` to set cache and proxy environment variables |
| 56 |
-# Uses globals ``INSTALL_TESTONLY_PACKAGES``, ``OFFLINE``, ``PIP_VIRTUAL_ENV``, |
|
| 56 |
+# Uses globals ``OFFLINE``, ``PIP_VIRTUAL_ENV``, |
|
| 57 | 57 |
# ``PIP_UPGRADE``, ``TRACK_DEPENDS``, ``*_proxy`` |
| 58 | 58 |
# pip_install package [package ...] |
| 59 | 59 |
function pip_install {
|