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
This commit is contained in:
Monty Taylor 2020-02-24 11:29:51 -06:00
parent d36ba50765
commit a4d68dd83b

View File

@ -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