diff options
author | helenyao <yaohelan@huawei.com> | 2016-12-12 21:49:48 -0500 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2016-12-12 21:52:03 -0500 |
commit | 3839d9d6166d3cdf2111aa8dc43fe340cb78bb4b (patch) | |
tree | 01dfb27df0fab81c7cef23615a9ab06bfc8b408e | |
parent | c0ee7b13e6facd1ef8fb8a936b1e3f819a764316 (diff) |
Upgraded the virtualenv
JIRA: FUNCTEST-654
The virtualenv is too old and it will break the unit test if it runs the second time.
Change-Id: I9f1a408f0e43bff4499575fa57cabd1a83d99b3a
Signed-off-by: helenyao <yaohelan@huawei.com>
-rwxr-xr-x[-rw-r--r--] | requirements.txt | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 88d0d7de..28b3fed3 100644..100755 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ python-ceilometerclient==2.6.2 python-keystoneclient==3.5.0 python-neutronclient==6.0.0 python-congressclient==1.5.0 -virtualenv==1.11.4 +virtualenv==15.1.0 pexpect==4.0 requests>=2.8.0 robotframework==2.9.1 diff --git a/test-requirements.txt b/test-requirements.txt index d65e12f6..8be8e203 100644..100755 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,4 +20,4 @@ requests==2.8.0 robotframework==2.9.1 robotframework-requests==0.3.8 robotframework-sshlibrary==2.1.1 -virtualenv==1.11.4
\ No newline at end of file +virtualenv==15.1.0
\ No newline at end of file |