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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user