Skip to content

Commit 121faaf

Browse files
committed
Add note about long path support #749
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b86e3e3 commit 121faaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scancode/test_extract_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def test_extractcode_command_can_extract_shallow(monkeypatch):
249249
assert sorted(expected) == sorted(file_result)
250250

251251

252-
@pytest.mark.skipif(on_windows, reason='FIXME: Windows cannot extract long paths for now.')
252+
@pytest.mark.skipif(on_windows, reason='FIXME: this test fails on Windows until we have support for long file names.')
253253
def test_extractcode_command_can_extract_nuget(monkeypatch):
254254
test_dir = test_env.get_test_loc('extract_nuget', copy=True)
255255
monkeypatch.setattr(click._termui_impl, 'isatty', lambda _: True)

0 commit comments

Comments
 (0)