commit: 458b0f6c17d6079c240326ef2b079a35de589cc8 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Jun 12 14:37:57 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Jun 12 14:38:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458b0f6c
dev-util/diffoscope: enable 'pytest' tests Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/795597 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-util/diffoscope/diffoscope-177.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/diffoscope/diffoscope-177.ebuild b/dev-util/diffoscope/diffoscope-177.ebuild index a189ed464d4..2fd7602fa6d 100644 --- a/dev-util/diffoscope/diffoscope-177.ebuild +++ b/dev-util/diffoscope/diffoscope-177.ebuild @@ -71,3 +71,5 @@ RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}] # Presence if filemagic's magic.py breaks imports # of dev-python/python-magic: https://bugs.gentoo.org/716482 RDEPEND+=" !dev-python/filemagic" + +distutils_enable_tests pytest
