gnu: awscli: Update to 1.36.32.

* gnu/packages/python-web.scm (awscli): Update to 1.36.32.
[arguments]: Enable more tests.

Change-Id: I7d3d58cd5c1774adfb155894e8b5316f1e9b6034
This commit is contained in:
Ricardo Wurmus 2025-01-03 10:19:13 +01:00
parent bff7dbaf61
commit 2bad5ec127
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4619,7 +4619,7 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if
(package (package
;; Note: updating awscli typically requires updating botocore as well. ;; Note: updating awscli typically requires updating botocore as well.
(name "awscli") (name "awscli")
(version "1.36.0") (version "1.36.32")
(source (source
(origin (origin
(method git-fetch) ; no tests in PyPI release (method git-fetch) ; no tests in PyPI release
@ -4628,7 +4628,7 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1iwivc5kj2h5619rvbncrh4649lalxj7bxndzvrjw398vv7cixp5")))) (base32 "1b4bfv7mgrxw7nfbv9ag97qcsqch2p7raip6111rqg5vdhvsck19"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -4640,12 +4640,11 @@ opt.override_default_trust_store_from_path(None, os.getenv('SSL_CERT_FILE')) if
;; ;;
;; AssertionError: 'argument operation: Invalid choice, valid ;; AssertionError: 'argument operation: Invalid choice, valid
;; choices are:' not found in ' ;; choices are:' not found in '
"-k" (string-append "not test_subscribe_to_shard_removed" "-k"
;; Tests fail during mocking. (string-append "not test_subscribe_to_shard_removed"
" and not test_expected_runtime_dependencies" " and not test_start_conversation_removed"
" and not test_expected_unbounded_runtime_dependencies" ;; Tests fail during mocking.
" and not test_no_groff_or_mandoc_exists" " and not test_no_groff_or_mandoc_exists"))
" and not test_start_conversation_removed"))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'fix-reference-to-groff (add-after 'unpack 'fix-reference-to-groff