Update docs for 'pytest_cmdline_parse' hook to note availability liminations
This commit is contained in:
		
							parent
							
								
									0ac069da13
								
							
						
					
					
						commit
						403f556928
					
				|  | @ -0,0 +1 @@ | ||||||
|  | Update docs for ``pytest_cmdline_parse`` hook to note availability liminations | ||||||
|  | @ -99,8 +99,8 @@ def pytest_cmdline_parse(pluginmanager, args): | ||||||
|     Stops at first non-None result, see :ref:`firstresult` |     Stops at first non-None result, see :ref:`firstresult` | ||||||
| 
 | 
 | ||||||
|     .. note:: |     .. note:: | ||||||
|         This hook will not be called for ``conftest.py`` files, only for setuptools plugins or |         This hook will only be called for plugin classes passed to the ``plugins`` arg when using `pytest.main`_ to | ||||||
|         modules which implement this hook and are early-loaded with the ``-p`` flag. |         perform an in-process test run. | ||||||
| 
 | 
 | ||||||
|     :param _pytest.config.PytestPluginManager pluginmanager: pytest plugin manager |     :param _pytest.config.PytestPluginManager pluginmanager: pytest plugin manager | ||||||
|     :param list[str] args: list of arguments passed on the command line |     :param list[str] args: list of arguments passed on the command line | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue