diff --git a/tasks.py b/tasks.py index 710622d1cf9..6299cff2542 100644 --- a/tasks.py +++ b/tasks.py @@ -27,13 +27,6 @@ name='github', ) -namespace.add_collection( - Collection( - common.tasks.upgrade_all_packages, - ), - name='packages', -) - namespace.add_collection( Collection.from_module( common.dockerfiles.tasks,