PEP8 errors and remove check in authors file for nova-core, since nova-core owns the translation export branch
This commit is contained in:
@@ -46,6 +46,8 @@ class ProjectTestCase(test.TestCase):
|
|||||||
|
|
||||||
missing = set()
|
missing = set()
|
||||||
for contributor in contributors:
|
for contributor in contributors:
|
||||||
|
if contributor == 'nova-core':
|
||||||
|
pass
|
||||||
if not contributor in authors_file:
|
if not contributor in authors_file:
|
||||||
missing.add(contributor)
|
missing.add(contributor)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user