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 skip.montanaro
Recipients Vladyslav.Bondar, bugsrep, christian.heimes, skip.montanaro, taleinat, xtreak
Date 2020-09-18.14:08:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANc-5UxmCcDjYJjKLPgkyrtNdFtFsmkfYbS42hxZHLWaYEyd8Q@mail.gmail.com>
In-reply-to <1600437476.99.0.258408789142.issue41561@roundup.psfhosted.org>
Content
> Could you please modify the test case to check for TLS 1.0 and run it Ubuntu?
>
>     @requires_minimum_version
>     @requires_tls_version('TLSv1_2')
>     @requires_tls_version('TLSv1')
>     def test_min_max_version_mismatch(self):

Confirmed. test_min_max_version_mismatch passes with those three decorators.
History
Date User Action Args
2020-09-18 14:08:37skip.montanarosetrecipients: + skip.montanaro, taleinat, christian.heimes, Vladyslav.Bondar, xtreak, bugsrep
2020-09-18 14:08:37skip.montanarolinkissue41561 messages
2020-09-18 14:08:37skip.montanarocreate