diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-12 13:06:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-12 13:33:08 +0200 |
commit | dac0d0d72fae64b09ef7df79e3f6fa211824fe6b (patch) | |
tree | 8f99f9a972990fe3a5730ad9783837f80bca8275 /dev-python/toolz | |
parent | net-irc/znc: sync live ebuild with 1.8.1 (diff) | |
download | gentoo-dac0d0d72fae64b09ef7df79e3f6fa211824fe6b.tar.gz gentoo-dac0d0d72fae64b09ef7df79e3f6fa211824fe6b.tar.bz2 gentoo-dac0d0d72fae64b09ef7df79e3f6fa211824fe6b.zip |
dev-python/toolz: Enable tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/toolz')
-rw-r--r-- | dev-python/toolz/toolz-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/toolz/toolz-0.9.0.ebuild b/dev-python/toolz/toolz-0.9.0.ebuild index 67bb2da757d9..28e043a7bcd0 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 |