From f13c41e3ba60349ad18a3422005ab9d9f90ec169 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 28 Aug 2019 15:57:29 +0200 Subject: [PATCH] update: remove Provides: from template.yml test case !654 dcf3837bcbebd0f1d0e77f942c0d867162e3dc71 --- tests/update.TestCase | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/update.TestCase b/tests/update.TestCase index 028d7c43..1baa141e 100755 --- a/tests/update.TestCase +++ b/tests/update.TestCase @@ -842,7 +842,6 @@ class UpdateTest(unittest.TestCase): with open('template.yml', 'w') as f: f.write(textwrap.dedent('''\ Disabled: - Provides: License: AuthorName: AuthorEmail: @@ -902,7 +901,6 @@ class UpdateTest(unittest.TestCase): 'Litecoin': '', 'Name': 'rocks.janicerand', 'NoSourceSince': '', - 'Provides': '', 'Repo': '', 'RepoType': '', 'RequiresRoot': '',