From 3839d9d6166d3cdf2111aa8dc43fe340cb78bb4b Mon Sep 17 00:00:00 2001 From: helenyao Date: Mon, 12 Dec 2016 21:49:48 -0500 Subject: 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 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test-requirements.txt (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt old mode 100644 new mode 100755 index d65e12f6e..8be8e2033 --- 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 -- cgit 1.2.3-korg