From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E606515808C for ; Sun, 27 Feb 2022 08:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E16B5E092D; Sun, 27 Feb 2022 08:49:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C812FE092D for ; Sun, 27 Feb 2022 08:49:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E10B7343070 for ; Sun, 27 Feb 2022 08:49:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342E9287 for ; Sun, 27 Feb 2022 08:49:55 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1645951774.a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/moto/moto-3.0.4.ebuild X-VCS-Directories: dev-python/moto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364 X-VCS-Branch: master Date: Sun, 27 Feb 2022 08:49:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f12dbe4e-af9a-453c-a85f-28a82b46920a X-Archives-Hash: d29c3f184ac3623712389e95cdcab7fb commit: a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 26 22:42:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 27 08:49:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fa3d53 dev-python/moto: Deselect tests broken by expat upgrade Signed-off-by: Michał Górny gentoo.org> dev-python/moto/moto-3.0.4.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/moto/moto-3.0.4.ebuild b/dev-python/moto/moto-3.0.4.ebuild index d129887b44c9..d9f4f6d9952b 100644 --- a/dev-python/moto/moto-3.0.4.ebuild +++ b/dev-python/moto/moto-3.0.4.ebuild @@ -77,6 +77,12 @@ python_test() { tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception + # broken by new expat + tests/test_sts/test_sts.py::test_assume_role_with_saml + tests/test_sts/test_sts.py::test_assume_role_with_saml_should_not_rely_on_attribute_order + tests/test_sts/test_sts.py::test_assume_role_with_saml_should_respect_xml_namespaces + tests/test_sts/test_sts.py::test_assume_role_with_saml_should_retrieve_attribute_value_from_text_when_xml_tag_contains_xmlns_attributes + tests/test_sts/test_sts.py::test_assume_role_with_saml_should_default_session_duration_to_3600_seconds_when_saml_attribute_not_provided ) # pytest-django causes freezegun try to mangle stuff inside django