From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libpillowfight/
Date: Sat, 3 Jun 2023 16:27:23 +0000 (UTC) [thread overview]
Message-ID: <1685809638.190c1966f4268f731d697c49a52e1c0144ab413f.mgorny@gentoo> (raw)
commit: 190c1966f4268f731d697c49a52e1c0144ab413f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 15:46:27 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 16:27:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190c1966
dev-python/libpillowfight: Simplify test logic
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/libpillowfight/libpillowfight-0.3.0_p20210816-r1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816-r1.ebuild b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816-r1.ebuild
index fa61cfd2453e..729c78ebf43d 100644
--- a/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816-r1.ebuild
+++ b/dev-python/libpillowfight/libpillowfight-0.3.0_p20210816-r1.ebuild
@@ -27,7 +27,6 @@ RDEPEND="
distutils_enable_tests pytest
python_prepare_all() {
- ln -s "${S}"/tests "${T}"/tests || die
sed -e "/'nose>=1.0'/d" -i setup.py || die
cat > src/pillowfight/_version.h <<- EOF || die
#define INTERNAL_PILLOWFIGHT_VERSION "$(ver_cut 1-3)"
@@ -36,6 +35,5 @@ python_prepare_all() {
}
python_test() {
- cd "${T}" || die
- epytest "${S}"/tests -o addopts=
+ epytest tests -o addopts=
}
next reply other threads:[~2023-06-03 16:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-03 16:27 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 5:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/libpillowfight/ Michał Górny
2023-06-03 16:27 Michał Górny
2023-02-01 7:58 Bernard Cafarelli
2022-10-30 20:28 Arthur Zamarin
2022-07-02 11:39 Arthur Zamarin
2022-02-01 20:41 Arthur Zamarin
2021-11-14 8:46 Michał Górny
2021-11-03 9:08 Arthur Zamarin
2020-12-29 16:42 Bernard Cafarelli
2020-04-19 12:25 Bernard Cafarelli
2020-03-27 21:06 Michał Górny
2019-10-14 21:11 Bernard Cafarelli
2019-10-14 21:11 Bernard Cafarelli
2018-04-29 22:49 Bernard Cafarelli
2018-04-09 10:15 Bernard Cafarelli
2018-04-06 8:59 Bernard Cafarelli
2018-01-12 17:57 Bernard Cafarelli
2017-06-09 11:11 Bernard Cafarelli
2016-11-10 14:28 Bernard Cafarelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685809638.190c1966f4268f731d697c49a52e1c0144ab413f.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox