mirror of https://github.com/python/cpython
Add test.test_import.data.unwritable package to makefile (#18211)
This commit is contained in:
parent
47ee8a6063
commit
2528a6c3d0
|
@ -1336,6 +1336,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
|
|||
test/test_import/data/circular_imports/subpkg \
|
||||
test/test_import/data/package \
|
||||
test/test_import/data/package2 \
|
||||
test/test_import/data/unwritable \
|
||||
importlib \
|
||||
importlib/metadata \
|
||||
test/test_importlib \
|
||||
|
|
Loading…
Reference in New Issue