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 berker.peksag
Recipients benjamin.peterson, berker.peksag, dstufft, gregory.p.smith, martin.panter, pitrou, vstinner
Date 2017-05-10.19:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494444402.54.0.582455980242.issue30231@psf.upfronthosting.co.za>
In-reply-to
Content
> Is it to validate that we have bugs? :)

More or less, yes. Since the problem is not in the library code and the tests are not completely useless, using @unittest.expectedFailure might be a better short term solution than skipping or removing them (at least we are not going to forget them :))

Yet another alternative is to tweak test_logincapa_with_client_certfile to just check for DeprecationWarning. See https://github.com/python/cpython/pull/1419/files#r115050499 for details.
History
Date User Action Args
2017-05-10 19:26:42berker.peksagsetrecipients: + berker.peksag, gregory.p.smith, pitrou, vstinner, benjamin.peterson, martin.panter, dstufft
2017-05-10 19:26:42berker.peksagsetmessageid: <1494444402.54.0.582455980242.issue30231@psf.upfronthosting.co.za>
2017-05-10 19:26:42berker.peksaglinkissue30231 messages
2017-05-10 19:26:42berker.peksagcreate