File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def test_empty_subdir(inwd):
179
179
180
180
181
181
@pytest .mark .skipif (sys .platform == 'win32' ,
182
- reason = "symlinks to files not supported on windows" )
182
+ reason = "symlinks not supported on windows" )
183
183
def test_double_include_through_symlink (inwd ):
184
184
(inwd .cwd / 'data' ).ensure (dir = True )
185
185
(inwd .cwd / 'data' / 'datafile' ).ensure (file = True )
@@ -197,7 +197,7 @@ def test_double_include_through_symlink(inwd):
197
197
198
198
199
199
@pytest .mark .skipif (sys .platform == 'win32' ,
200
- reason = "symlinks to files not supported on windows" )
200
+ reason = "symlinks not supported on windows" )
201
201
def test_symlink_not_in_scm_while_target_is (inwd ):
202
202
(inwd .cwd / 'data' ).ensure (dir = True )
203
203
(inwd .cwd / 'data' / 'datafile' ).ensure (file = True )
You can’t perform that action at this time.
0 commit comments