Remove UpstreamNonFree

This commit is contained in:
Licaon_Kter 2025-07-11 18:08:19 +03:00 committed by Hans-Christoph Steiner
parent d594a683ab
commit 8b54e2b4cf
19 changed files with 16 additions and 95 deletions

View file

@ -510,7 +510,7 @@ class LintAntiFeaturesTest(unittest.TestCase):
def test_check_antiFeatures(self):
app = fdroidserver.metadata.App()
app['AntiFeatures'] = ['Ads', 'UpstreamNonFree']
app['AntiFeatures'] = ['Ads', 'Tracking']
self.assertEqual([], list(fdroidserver.lint.check_antiFeatures(app)))
def test_check_antiFeatures_fails_one(self):