Add changelog entry for #5229

This commit is contained in:
Romain Chossart 2019-05-08 16:12:39 +01:00
parent 7161f5b372
commit 0cf267f187
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Require ``pluggy>=0.11.0`` which reverts a dependency to ``importlib-metadata`` added in ``0.10.0``.
The ``importlib-metadata`` package cannot be imported when installed as an egg and causes issues when relying on ``setup.py`` to install test dependencies.