Commit 7fa6493c authored by Ricky Stewart's avatar Ricky Stewart
Browse files

Bug 1635585 - Run compilation/test_warnings.py under Python 3 r=glandium

parent b66936c3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ PYTHON_UNITTEST_MANIFESTS += [
    'mozboot/mozboot/test/python.ini',
    'mozbuild/dumbmake/test/python.ini',
    'mozbuild/mozbuild/test/python.ini',
    'mozbuild/mozbuild/test/python2.ini',
    'mozbuild/mozpack/test/python.ini',
    'mozlint/test/python.ini',
    'mozperftest/mozperftest/tests/python.ini',
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ subsuite = mozbuild
[backend/test_visualstudio.py]
[codecoverage/test_lcov_rewrite.py]
skip-if = python == 2
[compilation/test_warnings.py]
[configure/lint.py]
skip-if = python == 2
[configure/test_checks_configure.py]
+0 −5
Original line number Diff line number Diff line
[DEFAULT]
subsuite = mozbuild
skip-if = python == 3

[compilation/test_warnings.py]