From a4d68dd83b616f2f6cd88f30bb36dd9f6b1d6ffb Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 24 Feb 2020 11:29:51 -0600 Subject: [PATCH] Remove enum34 from test-requirements We put this here as the first step in trying to solve updates to the upstream enum package - but those are really actually only issues with trying to install zuul into python2. Change-Id: Ied3b82c5d0fc104d6a9bbfde943be639565adcd1 --- test-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index c6858e5bd..d7b880850 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. flake8 -enum34==1.1.6; python_version < "3.4" zuul; python_version > "3" # We need to pin the ansible version directly here; per the