From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2/
Date: Sun, 22 Aug 2021 12:42:30 +0000 (UTC) [thread overview]
Message-ID: <1629636109.4967ba6bce258b32ad3a15b9ed55afd41800caf3.sbraz@gentoo> (raw)
commit: 4967ba6bce258b32ad3a15b9ed55afd41800caf3
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 12:41:47 2021 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Aug 22 12:41:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4967ba6b
dev-python/oauth2: enable py3.10, use epytest
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
index 4153a69ecea..dcf5e4e10dd 100644
--- a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
+++ b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -31,9 +31,10 @@ PATCHES=(
distutils_enable_tests pytest
-python_test() {
- # Skip tests which require network access
- py.test -k "not (test_access_token_post or test_access_token_get \
- or test_two_legged_post or test_two_legged_get)" || die \
- "tests failed with ${EPYTHON}"
-}
+EPYTEST_DESELECT=(
+ # These tests require network access
+ tests/test_oauth.py::TestClient::test_access_token_get
+ tests/test_oauth.py::TestClient::test_access_token_post
+ tests/test_oauth.py::TestClient::test_two_legged_get
+ tests/test_oauth.py::TestClient::test_two_legged_post
+)
next reply other threads:[~2021-08-22 12:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-22 12:42 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-04 4:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/oauth2/ Sam James
2021-03-04 4:19 Sam James
2020-04-21 8:08 Michał Górny
2020-03-25 11:46 Michał Górny
2020-02-05 16:53 Michał Górny
2018-01-05 13:26 Michał Górny
2017-08-05 9:23 Michael Palimaka
2017-07-15 17:25 Tobias Klausmann
2017-05-17 17:34 Manuel Rüger
2017-01-18 10:27 David Seifert
2016-11-25 18:54 Agostino Sarubbo
2016-11-25 18:27 Agostino Sarubbo
2015-09-11 7:53 Justin Lecher
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=1629636109.4967ba6bce258b32ad3a15b9ed55afd41800caf3.sbraz@gentoo \
--to=sbraz@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