diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7a0de069c..fbe5dbb99 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -63,7 +63,10 @@ Features more info. -- `#3784 `_: Add option to disable plugin auto-loading. +- `#3251 `_: Warnings are now captured and displayed during test collection. + + +- `#3784 `_: ``PYTEST_DISABLE_PLUGIN_AUTOLOAD`` environment variable disables plugin auto-loading when set. - `#3829 `_: Added the ``count`` option to ``console_output_style`` to enable displaying the progress as a count instead of a percentage. diff --git a/changelog/3251.feture.rst b/changelog/3251.feture.rst deleted file mode 100644 index 3ade3093d..000000000 --- a/changelog/3251.feture.rst +++ /dev/null @@ -1 +0,0 @@ -Warnings are now captured and displayed during test collection.