From 379e2933202ad5fa3607df565463e5a4e16cb5e4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 21 Nov 2025 21:41:31 +0100 Subject: [PATCH] lint; fix double execution of tests --- tests/test_lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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