[issue45185] test.test_ssl.TestEnumerations is not run

2021-09-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Nikita! The test was added in issue38659 and was not backported, so it is 3.11 only issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.10, Python 3.9

[issue45185] test.test_ssl.TestEnumerations is not run

2021-09-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d897579a80da3f4572d96501c41bec6cacb10d84 by Nikita Sobolev in branch 'main': bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330) https://github.com/python/cpython/commit/d897579a80da3f4572d96501c41bec6cacb10d84 --

[issue45185] test.test_ssl.TestEnumerations is not run

2021-09-14 Thread Nikita Sobolev
Change by Nikita Sobolev : -- keywords: +patch pull_requests: +26741 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28330 ___ Python tracker ___

[issue45185] test.test_ssl.TestEnumerations is not run

2021-09-14 Thread Nikita Sobolev
Nikita Sobolev added the comment: Looks like `TestEnumerations` was never added to `tests` in `test_main`. https://github.com/python/cpython/commit/a02cb474f9c097c83cd444a47e9fb5f99b4aaf45#diff-d526ded1c360bed6b222de46f4ca92b834f978ebed992fb3189bf9a94a198578R4702 I will try to enable it and

[issue45185] test.test_ssl.TestEnumerations is not run

2021-09-13 Thread Ethan Furman
Change by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45185] test.test_ssl.TestEnumerations is not run

2021-09-13 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : test.test_ssl.TestEnumerations is not run when run ssl tests. If add it to the list of test classes it fails: == ERROR: test_options (test.test_ssl.TestEnumerations)