Skip to content

Commit e8682df

Browse files
committed
Tweak test skip reasons
1 parent 9304e4b commit e8682df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/test_file_finder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def test_empty_subdir(inwd):
179179

180180

181181
@pytest.mark.skipif(sys.platform == 'win32',
182-
reason="symlinks to files not supported on windows")
182+
reason="symlinks not supported on windows")
183183
def test_double_include_through_symlink(inwd):
184184
(inwd.cwd / 'data').ensure(dir=True)
185185
(inwd.cwd / 'data' / 'datafile').ensure(file=True)
@@ -197,7 +197,7 @@ def test_double_include_through_symlink(inwd):
197197

198198

199199
@pytest.mark.skipif(sys.platform == 'win32',
200-
reason="symlinks to files not supported on windows")
200+
reason="symlinks not supported on windows")
201201
def test_symlink_not_in_scm_while_target_is(inwd):
202202
(inwd.cwd / 'data').ensure(dir=True)
203203
(inwd.cwd / 'data' / 'datafile').ensure(file=True)

0 commit comments

Comments
 (0)