We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conftest_options
1 parent fc2d649 commit 0c275c4Copy full SHA for 0c275c4
src/_pytest/helpconfig.py
@@ -257,9 +257,6 @@ def showhelp(config: Config) -> None:
257
tw.line("warning : " + warningreport.message, red=True)
258
259
260
-conftest_options = [("pytest_plugins", "list of plugin names to load")]
261
-
262
263
def getpluginversioninfo(config: Config) -> list[str]:
264
lines = []
265
plugininfo = config.pluginmanager.list_plugin_distinfo()
0 commit comments