summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-30 21:13:50 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-30 21:19:11 +0200
commit42e5330ceedef5eb6ce09cc92632abca7ea8c7a0 (patch)
treecdec87c7887e8b67d18332ad0e4117654aacce77 /dev-python/botocore
parentsci-libs/armadillo: drop 12.4.0 (diff)
downloadgentoo-42e5330ceedef5eb6ce09cc92632abca7ea8c7a0.tar.gz
gentoo-42e5330ceedef5eb6ce09cc92632abca7ea8c7a0.tar.bz2
gentoo-42e5330ceedef5eb6ce09cc92632abca7ea8c7a0.zip
dev-python/botocore: Reenable tests broken by urllib3 < 2.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/botocore')
-rw-r--r--dev-python/botocore/botocore-1.31.15.ebuild7
1 files changed, 0 insertions, 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)"