This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients Piotr Szczepaniak, lukasz.langa, martin.panter, orsenthil
Date 2016-10-15.00:53:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476492840.65.0.837027696828.issue28435@psf.upfronthosting.co.za>
In-reply-to
Content
The test tries using ProxyHandler directly. It looks like that handler intentionally ignores the request if it matches no_proxies (Issue 6894), so I think Piotr’s approach of adjusting the tests is correct. The patch looks good to me, though I would drop that blank line in test_proxy_qop_auth_works().

It looks like setting a temporary environment variable should disable any settings from Windows registry or OS X config, so this patch should even help in those cases.
History
Date User Action Args
2016-10-15 00:54:00martin.pantersetrecipients: + martin.panter, orsenthil, lukasz.langa, Piotr Szczepaniak
2016-10-15 00:54:00martin.pantersetmessageid: <1476492840.65.0.837027696828.issue28435@psf.upfronthosting.co.za>
2016-10-15 00:54:00martin.panterlinkissue28435 messages
2016-10-15 00:53:59martin.pantercreate