diff options
author | 2022-02-26 23:42:31 +0100 | |
---|---|---|
committer | 2022-02-27 09:49:34 +0100 | |
commit | a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364 (patch) | |
tree | df8e0ed168c389379b4d521051e538901034ca7d /dev-python/moto | |
parent | media-libs/libffado: bump to 2.4.5 + added python3_10 (diff) | |
download | gentoo-a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364.tar.gz gentoo-a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364.tar.bz2 gentoo-a4fa3d53e13cb4bac0ae2b9402d0a61e0002f364.zip |
dev-python/moto: Deselect tests broken by expat upgrade
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/moto')
-rw-r--r-- | dev-python/moto/moto-3.0.4.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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 |