scanner: error on dependency files without lock file

This commit is contained in:
linsui 2024-08-07 14:37:41 +08:00 committed by Hans-Christoph Steiner
parent c3644464ff
commit 1d796b734f
7 changed files with 19 additions and 1 deletions

View file

@ -60,7 +60,8 @@ class ScannerTest(unittest.TestCase):
'org.mozilla.rocket': 2,
'org.tasks': 2,
'realm': 1,
'se.manyver': 2,
'se.manyver': 3,
'lockfile.test': 1,
}
for d in glob.glob(os.path.join(source_files, '*')):
build = fdroidserver.metadata.Build()

View file