Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libpillowfight/
Date: Sat, 02 Jul 2022 11:39:05
Message-Id: 1656761932.94e790c90c895e11d1915449dc108db5f14488f8.arthurzam@gentoo
1 commit: 94e790c90c895e11d1915449dc108db5f14488f8
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 11:37:25 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 11:38:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e790c9
7
8 dev-python/libpillowfight: fix test dependency
9
10 Closes: https://bugs.gentoo.org/832544
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild
17 index 62e40857072e..4d0c41bea140 100644
18 --- a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild
19 +++ b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816.ebuild
20 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
21
22 RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
23
24 -distutils_enable_tests nose
25 +distutils_enable_tests pytest
26
27 python_prepare_all() {
28 ln -s "${S}"/tests "${T}"/tests || die