From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/agate-sql/
Date: Mon, 2 Aug 2021 08:17:11 +0000 (UTC) [thread overview]
Message-ID: <1627892218.06d5f232947e1e701742d983762c71847534ec2d.mgorny@gentoo> (raw)
commit: 06d5f232947e1e701742d983762c71847534ec2d
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Fri Jul 30 17:48:31 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 08:16:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d5f232
dev-python/agate-sql: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/agate-sql/agate-sql-0.5.7.ebuild | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/dev-python/agate-sql/agate-sql-0.5.7.ebuild b/dev-python/agate-sql/agate-sql-0.5.7.ebuild
index e58ff6efb20..a5527246e03 100644
--- a/dev-python/agate-sql/agate-sql-0.5.7.ebuild
+++ b/dev-python/agate-sql/agate-sql-0.5.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Adds SQL read/write support to agate."
@@ -42,16 +42,9 @@ python_prepare_all() {
}
python_test() {
- local pytest_args test_name xfails
-
- xfails=(
+ local deselect=(
tests/test_agatesql.py::TestSQL::test_to_sql_create_statement_with_dialects
tests/test_agatesql.py::TestSQL::test_to_sql_create_statement_with_schema
)
-
- for test_name in "${xfails[@]}"; do
- pytest_args+=(--deselect "${test_name}")
- done
-
- epytest "${pytest_args[@]}"
+ epytest ${deselect[@]/#/--deselect }
}
next reply other threads:[~2021-08-02 8:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-02 8:17 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-28 7:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/agate-sql/ Michał Górny
2024-01-10 4:42 Michał Górny
2023-12-08 16:58 Michał Górny
2023-12-08 16:58 Michał Górny
2023-10-19 4:00 Michał Górny
2023-09-28 4:43 Michał Górny
2023-01-29 7:13 Michał Górny
2023-01-04 14:15 Michał Górny
2021-10-10 4:25 Zac Medico
2021-10-09 6:34 Arthur Zamarin
2021-10-09 6:34 Arthur Zamarin
2021-09-15 20:26 Michał Górny
2021-09-15 20:26 Michał Górny
2021-08-02 8:17 Michał Górny
2021-08-02 8:17 Michał Górny
2021-07-15 9:22 Michał Górny
2021-06-22 4: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=1627892218.06d5f232947e1e701742d983762c71847534ec2d.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