gh-95218: Move tests for importlib.resources into test_importlib.resources. (#95219)

* gh-95218: Move tests for importlib.resources into test_importlib.resources.

* Also update makefile

* Include test_importlib/resources in code ownership rule.
This commit is contained in:
Jason R. Coombs 2022-07-24 20:53:10 -04:00 committed by GitHub
parent 9007dec606
commit 3e718cf880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 25 additions and 24 deletions

2
.github/CODEOWNERS vendored
View file

@ -61,7 +61,7 @@ Python/pythonrun.c @iritkatriel
# bytecode.
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
**/importlib/resources/* @jaraco @warsaw @brettcannon
**/*importlib/resources/* @jaraco @warsaw @brettcannon
**/importlib/metadata/* @jaraco @warsaw
# Dates and times