Skip to content

Commit 72b737b

Browse files
Remove special file to fix py3.14 tests
Remove special file '6-FIFOTYPE' from types.tar to fix test failure as in py3.14 tarfiles extraction fails with tarfile.SpecialFileError for special files. Reference: #88 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent b837231 commit 72b737b

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

tests/data/filetype/types.tar

3.5 KB
Binary file not shown.

tests/test_filetype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def test_get_type(self):
6161
if on_posix:
6262
expected += [
6363
("2-SYMTYPE", "l"),
64-
("6-FIFOTYPE", "s"),
6564
]
6665

6766
try:

0 commit comments

Comments
 (0)