guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: python-moto: Update to 3.1.4.


From: guix-commits
Subject: 07/07: gnu: python-moto: Update to 3.1.4.
Date: Tue, 12 Apr 2022 17:14:03 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6a69e41c1783fa2eafd06cf1844d680ed1a09f65
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 12 23:09:25 2022 +0200

    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.
---
 gnu/packages/python-xyz.scm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f617fbcf4a..36e4fe5898 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14249,13 +14249,12 @@ text.")
 (define-public python-moto
   (package
     (name "python-moto")
-    (version "2.2.12")
+    (version "3.1.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "moto" version))
               (sha256
-               (base32
-                "0pvay0jp119lzzwf5qj5h6311271yq0w2i6344ds20grpf6g6gz8"))))
+               (base32 
"0dfnad1f9d5ybabs69dzc7x357z1r4jbhrhgw57gyic1qnmcw864"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -14278,7 +14277,9 @@ text.")
                         ;; These tests require Docker.
                         " and not test_terminate_job"
                         " 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.
                         " and not test_put_record_batch_http_destination"
                         " and not test_put_record_http_destination"
@@ -14289,30 +14290,28 @@ text.")
      (list python-flask
            python-flask-cors
            python-freezegun
-           python-parameterized
+           python-graphql-core
            python-pytest
            python-sure))
     (inputs
      (list bash-minimal))
     (propagated-inputs
      (list python-aws-xray-sdk
-           python-boto
            python-boto3
            python-botocore
            python-cfn-lint
            python-cryptography
            python-dateutil
            python-docker
-           python-idna
+           python-importlib-metadata
            python-jinja2
            python-jose
            python-jsondiff
-           python-mock
+           python-markupsafe
            python-pytz
            python-pyyaml
            python-requests
            python-responses
-           python-six
            python-sshpubkeys
            python-werkzeug
            python-xmltodict))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]