Berker Peksag added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30231>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to