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 /requirements.txt | |
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>
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x[-rw-r--r--] | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 88d0d7dea..28b3fed3e 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 |