Skip to content

Commit 6ae2bbb

Browse files
ZackerySpytzvstinner
authored andcommitted
bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)
1 parent 373893c commit 6ae2bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_tools/test_lll.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class lllTests(unittest.TestCase):
1414
def setUp(self):
1515
self.lll = import_tool('lll')
1616

17+
@support.skip_unless_symlink
1718
def test_lll_multiple_dirs(self):
1819
with tempfile.TemporaryDirectory() as dir1, \
1920
tempfile.TemporaryDirectory() as dir2:

0 commit comments

Comments
 (0)