commit:     42e5330ceedef5eb6ce09cc92632abca7ea8c7a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 30 19:13:50 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 19:19:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e5330c

dev-python/botocore: Reenable tests broken by urllib3 < 2.0.4

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

 dev-python/botocore/botocore-1.31.15.ebuild | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dev-python/botocore/botocore-1.31.15.ebuild 
b/dev-python/botocore/botocore-1.31.15.ebuild
index 3ced99abe4ff..491b6bbc21f2 100644
--- a/dev-python/botocore/botocore-1.31.15.ebuild
+++ b/dev-python/botocore/botocore-1.31.15.ebuild
@@ -66,13 +66,6 @@ python_test() {
                
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
                # TODO
                
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
-               # urllib3-2 compatibility, mock relies on implementation details
-               
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_no_response_from_server
-               
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_returned
-               
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_sends_307
-               
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_sends_connection_header
-               
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_handles_expect_100_with_different_reason_phrase
-               
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_state_reset_on_connection_close
        )
 
        epytest tests/{functional,unit} -n "$(makeopts_jobs)"

Reply via email to