diff --git a/tests/test_lint.py b/tests/test_lint.py index a3535feb..7f918d47 100755 --- a/tests/test_lint.py +++ b/tests/test_lint.py @@ -594,7 +594,7 @@ class LintAntiFeaturesTest(unittest.TestCase): self.assertEqual(1, len(list(fdroidserver.lint.check_antiFeatures(app)))) -class ConfigYmlTest(LintTest): +class ConfigYmlTest(SetUpTearDownMixin, unittest.TestCase): """Test data formats used in config.yml. lint.py uses print() and not logging so hacks are used to control