fix: filter more flask

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

View File

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