fix: filter more flask

This commit is contained in:
Florian Hönicke
2023-05-26 14:39:34 +02:00
parent b80ae6f3ab
commit 825ee95e7b
3 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ def test_package_parsing():
def test_package_parsing_blacklist():
packages_json_string = '''\
[
["Flask"],
["Flask, flask_restful, flask_json"],
[],
[]
]'''