Skip to content

Commit 3d36d57

Browse files
add a changelog note for pytest_namespace
1 parent eb0ce36 commit 3d36d57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ New Features
2020
Changes
2121
-------
2222

23+
* remove all internal uses of pytest_namespace hooks,
24+
this is to prepare the removal of preloadconfig in pytest 4.0
25+
Thanks to `@RonnyPfannschmidt`_ for the PR.
26+
2327
* Old-style classes have been changed to new-style classes in order to improve
2428
compatibility with Python 2. Thanks to `@MichalTHEDUDE`_ and `@mandeep`_ for the PR (`#2147`_).
2529

doc/en/writing_plugins.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ Initialization, command line and configuration hooks
506506
.. autofunction:: pytest_load_initial_conftests
507507
.. autofunction:: pytest_cmdline_preparse
508508
.. autofunction:: pytest_cmdline_parse
509-
.. autofunction:: pytest_namespace
510509
.. autofunction:: pytest_addoption
511510
.. autofunction:: pytest_cmdline_main
512511
.. autofunction:: pytest_configure

0 commit comments

Comments
 (0)