From 04150507cb6ebc7085d40e2f09c5006e685eedce Mon Sep 17 00:00:00 2001 From: helenyao Date: Mon, 5 Dec 2016 22:24:43 -0500 Subject: test-requirements.txt is added for unit test. JIRA: FUNCTEST-639 Some requirement packages are only needed by unit test and there is no need to include them in requirement.txt. This is the main reason to create a test-requirements.txt to hold all packages required by unit test. Change-Id: Iefa9f54b57666d30044ec174adfeb22d63b6b139 Signed-off-by: helenyao --- setup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 872b08913..58a9a4886 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,6 @@ setup( package_data={ }, url="https://www.opnfv.org", - install_requires=["coverage==4.1", - "mock==1.3.0", - "nose==1.3.7", - "click"], entry_points={ 'console_scripts': [ 'functest=functest.cli.cli_base:cli' -- cgit 1.2.3-korg