Backed out changeset 54e4545b0fe0 (bug 1380338) for breaking spidermonkey pkg due to failing to process taskgraph/test/python.ini. r=backout

This commit is contained in:
Sebastian Hengst
2017-07-12 19:18:46 +02:00
parent 2b1f97bedb
commit dcede17763
19 changed files with 47 additions and 97 deletions

View File

@@ -9,7 +9,6 @@ from taskgraph.util.attributes import (
attrmatch,
match_run_on_projects,
)
from mozunit import main
class Attrmatch(unittest.TestCase):
@@ -90,7 +89,3 @@ class MatchRunOnProjects(unittest.TestCase):
self.assertTrue(match_run_on_projects('mozilla-central', ['release', 'try', 'date']))
self.assertTrue(match_run_on_projects('mozilla-beta', ['release', 'try', 'date']))
self.assertTrue(match_run_on_projects('mozilla-release', ['release', 'try', 'date']))
if __name__ == '__main__':
main()