Remove perltidy temporarily for flatpak build.

This commit is contained in:
Andrew Hamilton 2019-05-20 15:23:03 +10:00
parent 040342863d
commit ad2061835a

View file

@ -147,8 +147,8 @@ class ToolsTestCase(unittest.TestCase):
[("perl.pl", tools.Status.not_applicable),
("contents.pod", tools.Status.normal)])
def test_perltidy(self):
self._test_tool(tools.perltidy, [("perl.pl", tools.Status.normal)])
# def test_perltidy(self):
# self._test_tool(tools.perltidy, [("perl.pl", tools.Status.normal)])
# def test_perl6_syntax(self):
# self._test_tool(tools.perl6_syntax,