Skip to content

Commit 0c275c4

Browse files
committed
helpconfig: remove unused conftest_options global
1 parent fc2d649 commit 0c275c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/_pytest/helpconfig.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ def showhelp(config: Config) -> None:
257257
tw.line("warning : " + warningreport.message, red=True)
258258

259259

260-
conftest_options = [("pytest_plugins", "list of plugin names to load")]
261-
262-
263260
def getpluginversioninfo(config: Config) -> list[str]:
264261
lines = []
265262
plugininfo = config.pluginmanager.list_plugin_distinfo()

0 commit comments

Comments
 (0)