dev-python/requests: Deselect tests broken by flask-2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-04-27 21:16:06 +02:00
parent 04a879abb8
commit 5b62842abc

View File

@@ -59,6 +59,10 @@ python_test() {
tests/test_requests.py::TestTimeout::test_total_timeout_connect
# TODO: openssl?
tests/test_requests.py::TestRequests::test_pyopenssl_redirect
# flask-2
tests/test_requests.py::TestRequests::test_cookie_sent_on_redirect
tests/test_requests.py::TestRequests::test_cookie_removed_on_expire
tests/test_requests.py::TestPreparingURLs::test_redirecting_to_bad_url
)
if ! has_version "dev-python/trustme[${PYTHON_USEDEP}]"; then