From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/
Date: Sun, 25 May 2025 06:01:11 +0000 (UTC) [thread overview]
Message-ID: <1748152842.810e1857aa66e2bafb3d7d960654976a89c91f9f.sam@gentoo> (raw)
commit: 810e1857aa66e2bafb3d7d960654976a89c91f9f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 25 05:59:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 25 06:00:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810e1857
net-misc/httpie: enable py3.14, skip problematic tests
* Enable py3.14
* Skip 2 tests which break w/ new charset-normalizer
* Skip a test which fails w/ >=py3.12 (argparse)
* Skip a test which fails w/ py3.14
Fedora have done the same test skips (apart from py3.14) so it should
be good enough. It's not ideal but upstream activity is pretty low
these days.
Closes: https://bugs.gentoo.org/949484
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/httpie/httpie-3.2.4.ebuild | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/net-misc/httpie/httpie-3.2.4.ebuild b/net-misc/httpie/httpie-3.2.4.ebuild
index 1f63c46ba371..28d8a82c34dd 100644
--- a/net-misc/httpie/httpie-3.2.4.ebuild
+++ b/net-misc/httpie/httpie-3.2.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="ssl(+)"
DISTUTILS_USE_PEP517=setuptools
@@ -42,6 +42,16 @@ EPYTEST_DESELECT=(
tests/test_compress.py::test_compress_form
tests/test_binary.py::TestBinaryResponseData
+ # https://github.com/httpie/cli/issues/1628
+ tests/test_encoding.py::test_terminal_output_response_charset_detection
+ tests/test_encoding.py::test_terminal_output_request_charset_detection
+
+ # argparse change in >=py3.12 (bug #949484)
+ tests/test_cli_ui.py::test_naked_invocation
+
+ # Fails with py3.14
+ tests/test_cli_utils.py::test_lazy_choices_help
+
# Needs network
'tests/test_cookie_on_redirects.py::test_explicit_user_set_cookie_in_session[remote_httpbin]'
'tests/test_cookie_on_redirects.py::test_explicit_user_set_cookie[remote_httpbin]'
next reply other threads:[~2025-05-25 6:01 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-25 6:01 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-25 6:01 [gentoo-commits] repo/gentoo:master commit in: net-misc/httpie/ Sam James
2025-05-10 23:24 Sam James
2025-05-10 23:22 Sam James
2025-05-10 23:22 Sam James
2025-05-03 0:29 Sam James
2024-11-23 17:21 Michał Górny
2024-11-23 13:16 Michał Górny
2024-09-23 12:57 Joonas Niilola
2024-09-23 12:57 Joonas Niilola
2024-09-23 12:57 Joonas Niilola
2024-05-29 6:01 Joonas Niilola
2024-05-29 5:55 Joonas Niilola
2024-05-09 12:12 Sam James
2023-08-09 18:14 Piotr Karbowski
2023-08-09 18:14 Piotr Karbowski
2023-05-01 12:49 Sam James
2023-03-30 17:23 Arthur Zamarin
2023-03-30 17:23 Arthur Zamarin
2023-02-23 22:31 Piotr Karbowski
2023-02-18 20:04 Piotr Karbowski
2022-01-22 9:48 Agostino Sarubbo
2022-01-21 13:27 Jakov Smolić
2021-10-25 19:25 Piotr Karbowski
2021-10-25 14:00 Sam James
2021-10-20 1:51 Sam James
2021-09-17 2:38 Sam James
2021-09-17 2:37 Sam James
2021-09-08 0:18 Sam James
2021-04-19 19:41 Sam James
2021-04-18 2:58 Sam James
2021-04-18 2:57 Sam James
2021-02-06 20:56 Sam James
2021-02-06 14:15 Sam James
2021-01-31 18:48 Sam James
2021-01-26 15:19 Sam James
2020-12-20 23:43 Thomas Deutschmann
2020-12-20 23:43 Thomas Deutschmann
2020-12-20 23:43 Thomas Deutschmann
2020-10-13 10:01 Agostino Sarubbo
2020-10-13 9:26 Agostino Sarubbo
2020-08-03 15:30 Sam James
2020-05-09 7:48 Agostino Sarubbo
2020-05-09 7:40 Agostino Sarubbo
2020-04-21 8:18 Joonas Niilola
2020-02-25 6:05 Joonas Niilola
2020-02-11 12:16 Michał Górny
2019-12-03 14:17 Joonas Niilola
2019-12-03 10:06 Agostino Sarubbo
2019-12-03 10:03 Agostino Sarubbo
2019-10-13 16:55 Joonas Niilola
2019-07-02 10:33 Agostino Sarubbo
2019-07-01 19:23 Thomas Deutschmann
2018-11-16 20:50 Georgy Yakovlev
2018-11-10 4:05 Georgy Yakovlev
2017-05-29 16:33 Pacho Ramos
2016-12-28 4:48 Vikraman Choudhury
2016-07-02 14:08 Sebastian Pipping
2016-01-11 4:43 Vikraman Choudhury
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=1748152842.810e1857aa66e2bafb3d7d960654976a89c91f9f.sam@gentoo \
--to=sam@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