update: remove Provides: from template.yml test case

!654
dcf3837bcb
This commit is contained in:
Hans-Christoph Steiner 2019-08-28 15:57:29 +02:00
parent 7090ce63dd
commit f13c41e3ba
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -842,7 +842,6 @@ class UpdateTest(unittest.TestCase):
with open('template.yml', 'w') as f: with open('template.yml', 'w') as f:
f.write(textwrap.dedent('''\ f.write(textwrap.dedent('''\
Disabled: Disabled:
Provides:
License: License:
AuthorName: AuthorName:
AuthorEmail: AuthorEmail:
@ -902,7 +901,6 @@ class UpdateTest(unittest.TestCase):
'Litecoin': '', 'Litecoin': '',
'Name': 'rocks.janicerand', 'Name': 'rocks.janicerand',
'NoSourceSince': '', 'NoSourceSince': '',
'Provides': '',
'Repo': '', 'Repo': '',
'RepoType': '', 'RepoType': '',
'RequiresRoot': '', 'RequiresRoot': '',