bpo-30202 : Update test.test_importlib.test_abc to test find_spec()#12847
bpo-30202 : Update test.test_importlib.test_abc to test find_spec()#12847brettcannon merged 5 commits intopython:masterfrom
Conversation
|
ping @brettcannon for any thoughts on this PR. |
|
@nanjekyejoannah it's in my review queue, I just need to actually start clearing my review queue. 😉 I do promise to eventually get to this, I just can't promise when (but hopefully in the next week or two). |
|
@brettcannon got it :) , thanks! |
brettcannon
left a comment
There was a problem hiding this comment.
Overall looks good, but you inadvertently removed all tests of the DeprecationWarning for find_module(). 😄 Could you add an explicit test for that?
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase And if you don't make the requested changes, you will be put in the comfy chair! |
|
I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @brettcannon: please review the changes made to this pull request. |
|
Thanks! |
|
@brettcannon, I can close the issue now I guess? |
|
@nanjekyejoannah I closed it. I usually do it the next time I go through my b.p.o notifications and see the commit message. |
I have added a test for find_spec() in test.test_importlib.test_abc and also made some other tests use find_spec instead of find_module().
I may have not looked at all possible areas to use find_spec(), so please let me know in the reviews for this PR.
https://bugs.python.org/issue30202