diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-03-21 17:26:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 17:26:45 (GMT) |
commit | 9a50ef43e42ee32450a81ce13ed5a0729d3b84e8 (patch) | |
tree | c20eb9cb0d95b9b2e97c362c975e961f0914b5f8 /Makefile.pre.in | |
parent | cdddc2b742750e3f289305cf276433a8170c32c1 (diff) | |
download | cpython-9a50ef43e42ee32450a81ce13ed5a0729d3b84e8.zip cpython-9a50ef43e42ee32450a81ce13ed5a0729d3b84e8.tar.gz cpython-9a50ef43e42ee32450a81ce13ed5a0729d3b84e8.tar.bz2 |
bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 5b47530..4f7284d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1488,6 +1488,7 @@ TESTSUBDIRS= ctypes/test \ test/test_importlib/namespace_pkgs/project3 \ test/test_importlib/namespace_pkgs/project3/parent \ test/test_importlib/namespace_pkgs/project3/parent/child \ + test/test_importlib/namespacedata01 \ test/test_importlib/partial \ test/test_importlib/source \ test/test_importlib/zipdata01 \ |