Skip to content

Commit 02492be

Browse files
committed
Remove unnecessary references to removed static fixtures.
1 parent f65f7f9 commit 02492be

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Lib/test/cjkencodings/* noeol
2727
Lib/test/tokenizedata/coding20731.py noeol
2828
Lib/test/decimaltestdata/*.decTest noeol
2929
Lib/test/test_email/data/*.txt noeol
30-
Lib/test/test_importlib/resources/data01/* noeol
31-
Lib/test/test_importlib/resources/namespacedata01/* noeol
3230
Lib/test/xmltestdata/* noeol
3331

3432
# Shell scripts should have LF even on Windows because of Cygwin

Makefile.pre.in

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,21 +2488,6 @@ TESTSUBDIRS= idlelib/idle_test \
24882488
test/test_importlib/namespace_pkgs/project3/parent/child \
24892489
test/test_importlib/partial \
24902490
test/test_importlib/resources \
2491-
test/test_importlib/resources/data01 \
2492-
test/test_importlib/resources/data01/subdirectory \
2493-
test/test_importlib/resources/data02 \
2494-
test/test_importlib/resources/data02/one \
2495-
test/test_importlib/resources/data02/subdirectory \
2496-
test/test_importlib/resources/data02/subdirectory/subsubdir \
2497-
test/test_importlib/resources/data02/two \
2498-
test/test_importlib/resources/data03 \
2499-
test/test_importlib/resources/data03/namespace \
2500-
test/test_importlib/resources/data03/namespace/portion1 \
2501-
test/test_importlib/resources/data03/namespace/portion2 \
2502-
test/test_importlib/resources/namespacedata01 \
2503-
test/test_importlib/resources/namespacedata01/subdirectory \
2504-
test/test_importlib/resources/zipdata01 \
2505-
test/test_importlib/resources/zipdata02 \
25062491
test/test_importlib/source \
25072492
test/test_inspect \
25082493
test/test_interpreters \

0 commit comments

Comments
 (0)