Add flask_fixture to the manual plugin list

Fixes #11435
This commit is contained in:
pomponchik
2023-09-13 01:17:20 +03:00
committed by GitHub
parent fcb8e73288
commit 6c2feb75d2

View File

@@ -57,6 +57,7 @@ DEVELOPMENT_STATUS_CLASSIFIERS = (
ADDITIONAL_PROJECTS = { # set of additional projects to consider as plugins
"logassert",
"nuts",
"flask_fixture",
}