diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-27 06:33:05 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-08-27 06:33:05 +0000 |
commit | 54d70ce89e416c5eaa624d4489504607312da168 (patch) | |
tree | f93e9df1fcc863df26adfc33680275a2fb9f6b19 | |
parent | 7a31c2e438da2d165f473f7428cee7d2164312df (diff) |
Remove uwsgi for fcaps UT
Change-Id: I6ef31e5a5d7ced57e4f4c13dd584e20587805c97
Issue-ID: MULTICLOUD-774
Signed-off-by: Bin Yang <bin.yang@windriver.com>
-rw-r--r-- | fcaps/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fcaps/requirements.txt b/fcaps/requirements.txt index 8cfc2ceb..98db366b 100644 --- a/fcaps/requirements.txt +++ b/fcaps/requirements.txt @@ -8,11 +8,11 @@ httplib2==0.9.2 # for call openstack auth and transport api keystoneauth1==2.18.0 -#python-memcached +# python-memcached python-memcached -#uwsgi for parallel processing -uwsgi +# uwsgi for parallel processing +# uwsgi # for unit test # coverage==4.2 |