1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: httpie: Skip one more test.

* gnu/packages/python-web.scm (httpie)[arguments] <test-flags>: Skip one
more test.

Relates-to: https://codeberg.org/guix/guix/issues/7707
Change-Id: I06bea4cbaae29c88436726398b849d0cc38727b4
This commit is contained in:
Sharlatan Hellseher
2026-04-06 17:59:23 +01:00
parent 6cd13e8615
commit 032b66e457

View File

@@ -3608,6 +3608,8 @@ program would be built.")
(license license:bsd-3)))
(define-public httpie
;; XXX: Project is unmaintained, see:
;; <https://github.com/httpie/cli/issues/1661>.
(package
(name "httpie")
(version "3.2.4")
@@ -3645,7 +3647,8 @@ program would be built.")
"::test_terminal_output_request_charset_detection")
(string-append
"--deselect=tests/test_encoding.py"
"::test_terminal_output_response_charset_detection"))))
"::test_terminal_output_response_charset_detection")
"--deselect=tests/test_cli_ui.py::test_naked_invocation")))
(native-inputs (list python-pytest
python-pytest-httpbin
python-pytest-mock