Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/
Date: Sun, 27 Feb 2022 08:49:58
Message-Id: 1645951774.a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364.mgorny@gentoo
1 commit: a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 22:42:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 08:49:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4fa3d53
7
8 dev-python/moto: Deselect tests broken by expat upgrade
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/moto/moto-3.0.4.ebuild | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/dev-python/moto/moto-3.0.4.ebuild b/dev-python/moto/moto-3.0.4.ebuild
16 index d129887b44c9..d9f4f6d9952b 100644
17 --- a/dev-python/moto/moto-3.0.4.ebuild
18 +++ b/dev-python/moto/moto-3.0.4.ebuild
19 @@ -77,6 +77,12 @@ python_test() {
20 tests/test_cloudformation/test_cloudformation_stack_integration.py::test_lambda_function
21 tests/test_sqs/test_integration.py::test_invoke_function_from_sqs_exception
22 tests/test_sqs/test_sqs_integration.py::test_invoke_function_from_sqs_exception
23 + # broken by new expat
24 + tests/test_sts/test_sts.py::test_assume_role_with_saml
25 + tests/test_sts/test_sts.py::test_assume_role_with_saml_should_not_rely_on_attribute_order
26 + tests/test_sts/test_sts.py::test_assume_role_with_saml_should_respect_xml_namespaces
27 + tests/test_sts/test_sts.py::test_assume_role_with_saml_should_retrieve_attribute_value_from_text_when_xml_tag_contains_xmlns_attributes
28 + tests/test_sts/test_sts.py::test_assume_role_with_saml_should_default_session_duration_to_3600_seconds_when_saml_attribute_not_provided
29 )
30
31 # pytest-django causes freezegun try to mangle stuff inside django