commit: dac0d0d72fae64b09ef7df79e3f6fa211824fe6b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jun 12 11:06:23 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jun 12 11:33:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac0d0d7
dev-python/toolz: Enable tests Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/toolz/toolz-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/toolz/toolz-0.9.0.ebuild b/dev-python/toolz/toolz-0.9.0.ebuild index 67bb2da757d..28e043a7bcd 100644 --- a/dev-python/toolz/toolz-0.9.0.ebuild +++ b/dev-python/toolz/toolz-0.9.0.ebuild @@ -14,4 +14,4 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +distutils_enable_tests pytest