summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-02 14:37:25 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-02 14:38:52 +0300
commit94e790c90c895e11d1915449dc108db5f14488f8 (patch)
tree6cd80fff7715a595d517f9b943ced4e8d85f69f3 /dev-python/libpillowfight
parentdev-python/sphinx-tabs: add 3.4.1 (diff)
downloadgentoo-94e790c90c895e11d1915449dc108db5f14488f8.tar.gz
gentoo-94e790c90c895e11d1915449dc108db5f14488f8.tar.bz2
gentoo-94e790c90c895e11d1915449dc108db5f14488f8.zip
dev-python/libpillowfight: fix test dependency
Closes: https://bugs.gentoo.org/832544 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/libpillowfight')
-rw-r--r--dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild
index 62e40857072e..4d0c41bea140 100644
--- a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild
+++ b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
-distutils_enable_tests nose
+distutils_enable_tests pytest
python_prepare_all() {
ln -s "${S}"/tests "${T}"/tests || die