From 31221025482b1dc465550acf170b9d28b2542906 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 8 Mar 2020 14:34:08 +0100 Subject: [PATCH] dev-python/sybil: Enable tests, set DISTUTILS_USE_SETUPTOOLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../sybil/{sybil-1.2.0.ebuild => sybil-1.2.0-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename dev-python/sybil/{sybil-1.2.0.ebuild => sybil-1.2.0-r1.ebuild} (71%) 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 -- 2.26.2