[issue40086] test_etree is skipped in test_typing due to cElementTree removal

2020-03-28 Thread Furkan Onder
Furkan Onder added the comment: @xtreak You're welcome :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40086] test_etree is skipped in test_typing due to cElementTree removal

2020-03-28 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks @furkanonder for the patch. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue40086] test_etree is skipped in test_typing due to cElementTree removal

2020-03-28 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: New changeset 34b0598295284e3ff6cedf5c05e159ce1fa54d60 by Furkan Önder in branch 'master': bpo-40086: Update/fix test_etree test case in test_typing (GH-19189) https://github.com/python/cpython/commit/34b0598295284e3ff6cedf5c05e159ce1fa54d60 --

[issue40086] test_etree is skipped in test_typing due to cElementTree removal

2020-03-27 Thread Furkan Önder
Change by Furkan Önder : -- keywords: +patch nosy: +furkanonder nosy_count: 2.0 -> 3.0 pull_requests: +18549 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19189 ___ Python tracker

[issue40086] test_etree is skipped in test_typing due to cElementTree removal

2020-03-27 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : Currently, test_etree has a Python 2 shim importing cElementTree and skipping the test on ImportError. Since cElementTree was deprecated and removed in Python 3 with 36543. So this test is now skipped. The fix would be to remove the shim and