[Bug 1974182] Re: Autopkgtest fails when HTTP proxy is used
Brian Murray
1974182 at bugs.launchpad.net
Tue May 24 22:07:28 UTC 2022
This was sponsored but the Ubuntu Sponsors team was not unsubscribed.
requests (2.27.1+dfsg-1ubuntu1) kinetic; urgency=medium
* Fix autopkgtest when http_proxy, https_proxy or no_proxy variable is set
(LP: #1974182)
-- Olivier Gayot <olivier.gayot at canonical.com> Thu, 19 May 2022
14:14:07 +0200
** Changed in: requests (Ubuntu)
Status: Confirmed => Fix Committed
** Changed in: requests (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to requests in Ubuntu.
https://bugs.launchpad.net/bugs/1974182
Title:
Autopkgtest fails when HTTP proxy is used
Status in requests package in Ubuntu:
Fix Committed
Status in requests package in Debian:
New
Bug description:
The following tests fail because either of the following environment variables is set:
* http_proxy
* https_proxy
* no_proxy
The requests package supports these variables and the tests override
their to test the behavior. However, the test suite does not expect
these variables to already be set.
FAILED tests/test_requests.py::TestRequests::test_errors[http://doesnotexist.google.com-ConnectionError]
FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_send_self_prepared_request
FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_send_session_prepared_request
FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_send_with_redirects
FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_get - ...
FAILED tests/test_requests.py::TestRequests::test_respect_proxy_env_on_request
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/requests/+bug/1974182/+subscriptions
More information about the foundations-bugs
mailing list