From e1d90e008e2972641087e509acb0231e511aa143 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 16 Feb 2024 18:15:11 +0100 Subject: dev-python/moto: Reselect tests that were fixed by urllib3 patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/moto/moto-5.0.1.ebuild | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'dev-python/moto') diff --git a/dev-python/moto/moto-5.0.1.ebuild b/dev-python/moto/moto-5.0.1.ebuild index 9c9b637a38ee..eec24c57da30 100644 --- a/dev-python/moto/moto-5.0.1.ebuild +++ b/dev-python/moto/moto-5.0.1.ebuild @@ -93,18 +93,6 @@ python_test() { # require py_partiql_parser tests/test_s3/test_s3_select.py tests/test_dynamodb/test_dynamodb_statements.py - # 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_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 -- cgit v1.2.3-65-gdbad