commit: e1d90e008e2972641087e509acb0231e511aa143
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 17:15:11 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 17:15:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d90e00
dev-python/moto: Reselect tests that were fixed by urllib3 patch
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/moto/moto-5.0.1.ebuild | 12 ------------
1 file changed, 12 deletions(-)
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