mirror of https://github.com/pytest-dev/pytest.git
[8.0.x] Added `logot` to the plugin list (#11977)
Co-authored-by: Dave Hall <dave@etianen.com>
This commit is contained in:
parent
c554c3d200
commit
d86d081563
|
@ -61,6 +61,7 @@ DEVELOPMENT_STATUS_CLASSIFIERS = (
|
|||
)
|
||||
ADDITIONAL_PROJECTS = { # set of additional projects to consider as plugins
|
||||
"logassert",
|
||||
"logot",
|
||||
"nuts",
|
||||
"flask_fixture",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue