commit:     a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 26 22:42:31 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to