diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-03-07 10:55:24 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-03-07 11:04:50 +0800 |
commit | 5c21ee369b2fffc8c859ffd1ce8532dbb410808d (patch) | |
tree | eedfa5f71c81959762e9d044f3594fb84355c263 /ocata/test-requirements.txt | |
parent | 746798fe2cc2eb2a749f5e4331c26a5f1dca856f (diff) |
Optimize docker image footprint for ocata
Rebase to python:2-slim
Remove unused pip packages
Change-Id: I255f7c009c9b3f887a5a6e6b11a16ece1a7faed4
Issue-ID: MULTICLOUD-517
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'ocata/test-requirements.txt')
-rw-r--r-- | ocata/test-requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ocata/test-requirements.txt b/ocata/test-requirements.txt index 97044b5c..cc3059e2 100644 --- a/ocata/test-requirements.txt +++ b/ocata/test-requirements.txt @@ -1 +1,6 @@ +# for unit test +coverage==4.2 +mock==2.0.0 +unittest_xml_reporting==1.12.0 + pylint # GPLv2 |