From 5dcd3d3fe3130219a8d44a01351ed860d2ce5069 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 5 Apr 2016 06:39:25 -0400 Subject: [PATCH] Add wheel to UNCONSTRAINABLE pip freeze no longer outputs wheel which breaks jobs in the review that the bot/script proposes. So let's mark it as UNCONSTRAINABLE. Change-Id: Ieb33a54117b4579e28dfdb9a9ec9629f29c42d8b --- openstack_requirements/constraints.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_requirements/constraints.py b/openstack_requirements/constraints.py index 499c6428ff..1b4d716bfc 100644 --- a/openstack_requirements/constraints.py +++ b/openstack_requirements/constraints.py @@ -24,6 +24,7 @@ UNCONSTRAINABLE = set([ 'wmi', 'pywin32', 'pymi', + 'wheel', '', # blank lines ])