Archived
1
0
Fork 0

gnu: python-moto: Update to 3.1.4.

* gnu/packages/python-xyz.scm (python-moto): Update to 3.1.4.
[arguments]: Adjust disabled tests.
[native-inputs]: Remove python-parameterized; add python-graphql-core.
[propagated-inputs]: Remove python-boto, python-idna, python-mock, and
python-six; add python-importlib-metadata and python-markupsafe.
This commit is contained in:
Ricardo Wurmus 2022-04-12 23:09:25 +02:00
parent 2c37975fcc
commit 6a69e41c17
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14249,13 +14249,12 @@ text.")
(define-public python-moto (define-public python-moto
(package (package
(name "python-moto") (name "python-moto")
(version "2.2.12") (version "3.1.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "moto" version)) (uri (pypi-uri "moto" version))
(sha256 (sha256
(base32 (base32 "0dfnad1f9d5ybabs69dzc7x357z1r4jbhrhgw57gyic1qnmcw864"))))
"0pvay0jp119lzzwf5qj5h6311271yq0w2i6344ds20grpf6g6gz8"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -14278,7 +14277,9 @@ text.")
;; These tests require Docker. ;; These tests require Docker.
" and not test_terminate_job" " and not test_terminate_job"
" and not test_invoke_function_from_sqs_exception" " and not test_invoke_function_from_sqs_exception"
" and not test_rotate_secret_lambda_invocations" " and not test_create_custom_lambda_resource__verify_cfnresponse_failed"
" and not test_lambda_function"
;; These tests also require the network. ;; These tests also require the network.
" and not test_put_record_batch_http_destination" " and not test_put_record_batch_http_destination"
" and not test_put_record_http_destination" " and not test_put_record_http_destination"
@ -14289,30 +14290,28 @@ text.")
(list python-flask (list python-flask
python-flask-cors python-flask-cors
python-freezegun python-freezegun
python-parameterized python-graphql-core
python-pytest python-pytest
python-sure)) python-sure))
(inputs (inputs
(list bash-minimal)) (list bash-minimal))
(propagated-inputs (propagated-inputs
(list python-aws-xray-sdk (list python-aws-xray-sdk
python-boto
python-boto3 python-boto3
python-botocore python-botocore
python-cfn-lint python-cfn-lint
python-cryptography python-cryptography
python-dateutil python-dateutil
python-docker python-docker
python-idna python-importlib-metadata
python-jinja2 python-jinja2
python-jose python-jose
python-jsondiff python-jsondiff
python-mock python-markupsafe
python-pytz python-pytz
python-pyyaml python-pyyaml
python-requests python-requests
python-responses python-responses
python-six
python-sshpubkeys python-sshpubkeys
python-werkzeug python-werkzeug
python-xmltodict)) python-xmltodict))