Hi, Since I upgraded pytest to 3.4.1, it fails to run with: pkg_resources.DistributionNotFound: The 'pluggy<0.7,>=0.5' distribution was not found and is required by pytest I think this is because pluggy used to ship with pytest but not anymore since https://github.com/pytest-dev/pytest/commit/333a9ad7fa9062773784ab654f9f851127791785
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1393fb5974a6679d1fd00a3dc539d996a754a6ad commit 1393fb5974a6679d1fd00a3dc539d996a754a6ad Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-02-26 17:03:24 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-02-26 17:31:58 +0000 dev-python/pytest: Rev bump to add missing DEPs pytest requires dev-python/pluggy and virtual/python-funcsigs. Closes: https://bugs.gentoo.org/648848 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/pytest/pytest-3.4.1-r1.ebuild | 79 ++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+)
*** Bug 649674 has been marked as a duplicate of this bug. ***