add a changelog note for pytest_namespace
This commit is contained in:
parent
23bc9815c4
commit
809c36e1f6
|
@ -27,6 +27,10 @@ New Features
|
||||||
Changes
|
Changes
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
* remove all internal uses of pytest_namespace hooks,
|
||||||
|
this is to prepare the removal of preloadconfig in pytest 4.0
|
||||||
|
Thanks to `@RonnyPfannschmidt`_ for the PR.
|
||||||
|
|
||||||
* Old-style classes have been changed to new-style classes in order to improve
|
* Old-style classes have been changed to new-style classes in order to improve
|
||||||
compatibility with Python 2. Thanks to `@MichalTHEDUDE`_ and `@mandeep`_ for the PR (`#2147`_).
|
compatibility with Python 2. Thanks to `@MichalTHEDUDE`_ and `@mandeep`_ for the PR (`#2147`_).
|
||||||
|
|
||||||
|
|
|
@ -517,7 +517,6 @@ Initialization, command line and configuration hooks
|
||||||
.. autofunction:: pytest_load_initial_conftests
|
.. autofunction:: pytest_load_initial_conftests
|
||||||
.. autofunction:: pytest_cmdline_preparse
|
.. autofunction:: pytest_cmdline_preparse
|
||||||
.. autofunction:: pytest_cmdline_parse
|
.. autofunction:: pytest_cmdline_parse
|
||||||
.. autofunction:: pytest_namespace
|
|
||||||
.. autofunction:: pytest_addoption
|
.. autofunction:: pytest_addoption
|
||||||
.. autofunction:: pytest_cmdline_main
|
.. autofunction:: pytest_cmdline_main
|
||||||
.. autofunction:: pytest_configure
|
.. autofunction:: pytest_configure
|
||||||
|
|
Loading…
Reference in New Issue