commit:     13c80cda001bee8335c70f948c7992a4a62a229a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 10:28:26 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 11:02:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c80cda

dev-python/moto: Deselect more tests broken by new urllib3 versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/moto/moto-5.0.1.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/moto/moto-5.0.1.ebuild 
b/dev-python/moto/moto-5.0.1.ebuild
index 821d9d148f5d..9c9b637a38ee 100644
--- a/dev-python/moto/moto-5.0.1.ebuild
+++ b/dev-python/moto/moto-5.0.1.ebuild
@@ -96,10 +96,15 @@ python_test() {
                # broken by new urllib3
                
tests/test_moto_api/recorder/test_recorder.py::TestRecorder::test_s3_upload_data
                
tests/test_moto_api/recorder/test_recorder.py::TestRecorder::test_s3_upload_file_using_requests
-               tests/test_s3/test_s3.py::test_upload_from_file_to_presigned_url
-               
tests/test_s3/test_s3.py::test_put_chunked_with_v4_signature_in_body
+               
tests/test_moto_api/recorder/test_recorder.py::TestThreadedMotoServer::test_server
                
tests/test_s3/test_s3.py::test_presigned_put_url_with_approved_headers
                
tests/test_s3/test_s3.py::test_presigned_put_url_with_custom_headers
+               
tests/test_s3/test_s3.py::test_put_chunked_with_v4_signature_in_body
+               tests/test_s3/test_s3.py::test_upload_from_file_to_presigned_url
+               
tests/test_s3/test_s3_bucket_policy.py::TestBucketPolicy::test_block_all_actions
+               
tests/test_s3/test_s3_bucket_policy.py::TestBucketPolicy::test_block_all_with_different_principal
+               
tests/test_s3/test_s3_bucket_policy.py::TestBucketPolicy::test_block_or_allow_get_object
+               
tests/test_s3/test_s3_bucket_policy.py::TestBucketPolicy::test_block_put_object
        )
 
        local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1

Reply via email to