From 5b490b410a01137257bc7e28c8e90c6d44ba18ca Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 9 Oct 2018 13:54:48 -0400 Subject: [PATCH] stop tracking wheel setting changes Change-Id: I4b1eff5ab370bc3279c55288eee73dc43c9c8a9c Signed-off-by: Doug Hellmann --- goal_tools/python3_first/patches.py | 1 - 1 file changed, 1 deletion(-) diff --git a/goal_tools/python3_first/patches.py b/goal_tools/python3_first/patches.py index 0e8914c..06008ec 100644 --- a/goal_tools/python3_first/patches.py +++ b/goal_tools/python3_first/patches.py @@ -339,7 +339,6 @@ class PatchesCount(lister.Lister): ('Docs', ['switch documentation job to new PTI']), ('3.6 unit', ['add python 3.5 unit test job', 'add python 3.6 unit test job']), - ('Wheels', ['build universal wheels']), ] def take_action(self, parsed_args):