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.
2 parents 3e1971e + cea42ff commit aae0286Copy full SHA for aae0286
src/_pytest/hookspec.py
@@ -99,7 +99,8 @@ def pytest_cmdline_parse(pluginmanager, args):
99
Stops at first non-None result, see :ref:`firstresult`
100
101
.. note::
102
- This hook will not be called for ``conftest.py`` files, only for setuptools plugins.
+ This hook will not be called for ``conftest.py`` files, only for setuptools plugins or
103
+ modules which implement this hook and are early-loaded with the ``-p`` flag.
104
105
:param _pytest.config.PytestPluginManager pluginmanager: pytest plugin manager
106
:param list[str] args: list of arguments passed on the command line
0 commit comments