From 405ff049ff349b94830e625366617ab4a2d4ad51 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 2 Sep 2014 15:37:59 -0700 Subject: Revert "Some tweaks to get closer to Python 3 compat" This reverts commit 1d7647fa857fa718af814f3038d538d758c35201. This change altered the xml output (by forcing it to fail) which a backward compatible change should not do. Revert it in order to get this compat change in without breaking that output and test. Change-Id: I20f66fb1bd9c70a0debbdd5eebacf6ec5d0f5df9 --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 30110f64..cc7e45d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ argparse -six>=1.5.2 PyYAML -python-jenkins>=0.3.3 +python-jenkins pbr>=0.8.2,<1.0 -- cgit