We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86e3e3 commit 121faafCopy full SHA for 121faaf
tests/scancode/test_extract_cli.py
@@ -249,7 +249,7 @@ def test_extractcode_command_can_extract_shallow(monkeypatch):
249
assert sorted(expected) == sorted(file_result)
250
251
252
-@pytest.mark.skipif(on_windows, reason='FIXME: Windows cannot extract long paths for now.')
+@pytest.mark.skipif(on_windows, reason='FIXME: this test fails on Windows until we have support for long file names.')
253
def test_extractcode_command_can_extract_nuget(monkeypatch):
254
test_dir = test_env.get_test_loc('extract_nuget', copy=True)
255
monkeypatch.setattr(click._termui_impl, 'isatty', lambda _: True)
0 commit comments