diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-11-15 03:38:34 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-11-15 04:17:02 +0000 |
commit | 94f0cfc2ac34396a29197fa4f22916aa6c9f1627 (patch) | |
tree | 312fdb547ce41d1d48d6d5e71630fd493da24618 /requirements.txt | |
parent | 551740ee18dc83027654b9a0ef6de84901f86d84 (diff) |
Remove opnfv module from functest-core
The releng/opnfv git repo is still kept in upper-constraints
as it is required by sfc. And also delete the functions of
check_env_variables, get_deployment_handler and create_directories.
Change-Id: If498e68f0f94d6ebde1be55f5e3a17d06becaea4
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 0e3d846ae..49d244ec2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,6 @@ mock>=2.0 # BSD iniparse==0.4 PrettyTable<0.8,>=0.7.1 # BSD six>=1.9.0 # MIT -opnfv snaps SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT paramiko>=2.0 # LGPLv2.1+ |