From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-jose/
Date: Tue, 25 Jun 2019 19:31:03 +0000 (UTC) [thread overview]
Message-ID: <1561491054.aedb97ced1892344c20bf79c68a543149114ad8c.zmedico@gentoo> (raw)
commit: aedb97ced1892344c20bf79c68a543149114ad8c
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 19:18:15 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 19:30:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aedb97ce
dev-python/python-jose: eliminate pytest-runner dep
Reported-by: Toralf Förster <toralf <AT> gentoo.org>
Closes: https://bugs.gentoo.org/688680
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/python-jose/python-jose-3.0.1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-jose/python-jose-3.0.1.ebuild b/dev-python/python-jose/python-jose-3.0.1.ebuild
index e304330420f..73f6c9b800c 100644
--- a/dev-python/python-jose/python-jose-3.0.1.ebuild
+++ b/dev-python/python-jose/python-jose-3.0.1.ebuild
@@ -30,6 +30,11 @@ DEPEND="${RDEPEND}
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
+python_prepare_all() {
+ sed -e 's|'\''pytest-runner'\'',\?||' -i setup.py || die
+ distutils-r1_python_prepare_all
+}
+
python_test() {
- esetup.py test || die "tests failed with ${EPYTHON}"
+ py.test -v || die "tests failed with ${EPYTHON}"
}
next reply other threads:[~2019-06-25 19:31 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-25 19:31 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-30 17:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-jose/ Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-24 14:34 Michał Górny
2023-11-08 16:07 Michał Górny
2022-05-18 14:22 Andrew Ammerlaan
2022-01-28 18:41 Arthur Zamarin
2021-12-13 3:09 Yixun Lan
2021-07-12 22:43 Michał Górny
2021-06-05 8:28 Michał Górny
2021-05-22 10:52 Michał Górny
2021-05-22 10:52 Michał Górny
2020-09-18 15:43 Michał Górny
2020-09-12 22:58 Michał Górny
2020-09-08 19:11 Michał Górny
2020-07-30 6:19 Michał Górny
2020-07-05 15:39 Michał Górny
2020-06-10 20:50 Michał Górny
2020-06-10 19:03 Michał Górny
2020-04-29 2:07 Patrick McLean
2020-02-05 20:47 Michał Górny
2019-06-25 1:35 Zac Medico
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=1561491054.aedb97ced1892344c20bf79c68a543149114ad8c.zmedico@gentoo \
--to=zmedico@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