From 35a2ba5ef354358194d26ede3959d3c077d67361 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 30 Mar 2020 10:22:51 -0700 Subject: [PATCH] changelog for reverting PackageLoader changes --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0902830b..b16ed2b4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,6 +15,12 @@ Unreleased - Showing an undefined error for an object that raises ``AttributeError`` on access doesn't cause a recursion error. :issue:`1177` +- Revert changes to :class:`~loaders.PackageLoader` from 2.10 which + removed the dependency on setuptools and pkg_resources, and added + limited support for namespace packages. The changes caused issues + when using Pytest. Due to the difficulty in supporting Python 2 and + :pep:`451` simultaneously, the changes are reverted until 3.0. + :pr:`1182` Version 2.11.1 -- 2.47.2