[8.0.x] Added `logot` to the plugin list

This commit is contained in:
Dave Hall 2024-02-14 18:50:34 +00:00 committed by pytest bot
parent c554c3d200
commit 808df39ec0
1 changed files with 1 additions and 0 deletions

View File

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