Skip to content

Commit 23f6944

Browse files
authored
gh-90385: Add skip_unless_symlink decorator to test_walk_symlink_location (GH-95182)
1 parent 9762572 commit 23f6944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_pathlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2617,6 +2617,7 @@ def test_walk_follow_symlinks(self):
26172617
else:
26182618
self.fail("Didn't follow symlink with follow_symlinks=True")
26192619

2620+
@os_helper.skip_unless_symlink
26202621
def test_walk_symlink_location(self):
26212622
# Tests whether symlinks end up in filenames or dirnames depending
26222623
# on the `follow_symlinks` argument.

0 commit comments

Comments
 (0)