Update CHANGELOG entry about pytest_namespace deprecation

This commit is contained in:
Bruno Oliveira 2018-07-30 12:18:37 -03:00
parent cf6d8e7e53
commit 953a618102
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
``pytest_namespace`` has been deprecated.
Plugins who need this feature are suggested to import ``pytest`` and set attributes explicitly during ``pytest_configure``.
See the documentation for ``pytest_namespace`` hook for suggestions on how to deal
with this in plugins which use this functionality.