[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-03 Thread Christian Heimes
On 03/03/2021 18.59, Senthil Kumaran wrote: > On Wed, Mar 3, 2021 at 8:08 AM Christian Heimes wrote: > >> PEP 644 (not approved yet) and a soon-to-be-published PEP will hopefully >> get rid of the problem once and for all. PEP 644 removes support for >> OpenSSL < 1.1 and the new PEP will remove

[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-03 Thread Brett Cannon
On Wed, Mar 3, 2021 at 1:32 PM Christian Heimes wrote: > On 03/03/2021 21.54, Brett Cannon wrote: > > Has this been submitted to the SC yet? I can't find an email or anything > > at > > > https://github.com/python/steering-council/issues?q=is%3Aissue+is%3Aopen+644 > > < >

[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-03 Thread Christian Heimes
On 03/03/2021 21.54, Brett Cannon wrote: > Has this been submitted to the SC yet? I can't find an email or anything > at > https://github.com/python/steering-council/issues?q=is%3Aissue+is%3Aopen+644 > . Err ... no. I

[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-03 Thread Brett Cannon
On Wed, Mar 3, 2021 at 8:08 AM Christian Heimes wrote: > On 03/03/2021 16.06, Senthil Kumaran wrote: > > On Tue, Mar 2, 2021 at 8:29 PM Gregory P. Smith wrote: > >> > >> For lack of better things to do with that... > https://bugs.python.org/issue43382 filed to track it. > > > > Actually, that

[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-03 Thread Senthil Kumaran
On Wed, Mar 3, 2021 at 8:08 AM Christian Heimes wrote: > PEP 644 (not approved yet) and a soon-to-be-published PEP will hopefully > get rid of the problem once and for all. PEP 644 removes support for > OpenSSL < 1.1 and the new PEP will remove support for TLS 1.0 and 1.1 > from stdlib. > >

[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-03 Thread Christian Heimes
On 03/03/2021 16.06, Senthil Kumaran wrote: > On Tue, Mar 2, 2021 at 8:29 PM Gregory P. Smith wrote: >> >> For lack of better things to do with that... >> https://bugs.python.org/issue43382 filed to track it. > > Actually, that turned out to be useful. Thank you! > > The discussion with the

[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-03 Thread Senthil Kumaran
On Tue, Mar 2, 2021 at 8:29 PM Gregory P. Smith wrote: > > For lack of better things to do with that... > https://bugs.python.org/issue43382 filed to track it. Actually, that turned out to be useful. Thank you! The discussion with the default minimal level TLS, and way it is configured in

[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-02 Thread Gregory P. Smith
For lack of better things to do with that... https://bugs.python.org/issue43382 filed to track it. On Tue, Mar 2, 2021 at 7:30 PM Gregory P. Smith wrote: > > On Tue, Mar 2, 2021 at 6:44 PM Senthil Kumaran wrote: > >> Hello Python Developers, >> >> I notice TLS tests failing in the ssl test

[python-committers] Re: Is Tests / Ubuntu broken at the moment?

2021-03-02 Thread Gregory P. Smith
On Tue, Mar 2, 2021 at 6:44 PM Senthil Kumaran wrote: > Hello Python Developers, > > I notice TLS tests failing in the ssl test suite in master, 3.9 and > 3.8 branches. > > https://github.com/python/cpython/runs/2018191733 > > Is it to do with infrastructure, certificate? I am unable to