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
This commit is contained in:
parent
b79e347427
commit
5dcd3d3fe3
@ -24,6 +24,7 @@ UNCONSTRAINABLE = set([
|
||||
'wmi',
|
||||
'pywin32',
|
||||
'pymi',
|
||||
'wheel',
|
||||
'', # blank lines
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user