From: Michał Górny Date: Sun, 8 Mar 2020 13:34:08 +0000 (+0100) Subject: dev-python/sybil: Enable tests, set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31221025482b1dc465550acf170b9d28b2542906;p=gentoo.git dev-python/sybil: Enable tests, set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/sybil/sybil-1.2.0.ebuild b/dev-python/sybil/sybil-1.2.0-r1.ebuild similarity index 71% rename from dev-python/sybil/sybil-1.2.0.ebuild rename to dev-python/sybil/sybil-1.2.0-r1.ebuild index 07699278de28..3918a42c35cd 100644 --- a/dev-python/sybil/sybil-1.2.0.ebuild +++ b/dev-python/sybil/sybil-1.2.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -14,6 +15,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="${DEPEND}" +# nose is used to test nosetests integration BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}]" + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +distutils_enable_tests pytest