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

@@ -11,8 +11,8 @@ import tarfile
import tempfile
import unittest
from taskgraph.util import docker
from mozunit import main, MockedOpen
from ..util import docker
from mozunit import MockedOpen
MODE_STANDARD = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH
@@ -210,7 +210,3 @@ class TestDocker(unittest.TestCase):
])
finally:
shutil.rmtree(tmp)
if __name__ == '__main__':
main()