commit: 00fc4bdc814c887e724b434a1f01a15a814575be Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 15 17:29:37 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Aug 15 17:31:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00fc4bdc
dev-python/jc: enable tests Closes: https://bugs.gentoo.org/790707 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/jc/jc-1.16.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/jc/jc-1.16.0.ebuild b/dev-python/jc/jc-1.16.0.ebuild index 7c7bc7a63e0..f1821811b60 100644 --- a/dev-python/jc/jc-1.16.0.ebuild +++ b/dev-python/jc/jc-1.16.0.ebuild @@ -19,6 +19,8 @@ RDEPEND="dev-python/pygments[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] dev-python/xmltodict[${PYTHON_USEDEP}]" +distutils_enable_tests unittest + python_prepare_all() { sed -e "s|\\(^[[:space:]]*'[.[:alnum:]]\+\\)>=[^']*|\\1|" -i setup.py || die distutils-r1_python_prepare_all
