Skip to content

Commit 38308dc

Browse files
authored
Merge pull request pre-commit#919 from asottile/node_fixed
Revert "Merge pull request pre-commit#888 from pre-commit/887_xfail_windows_node_again"
2 parents 570d629 + ea58596 commit 38308dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

testing/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def cmd_output_mocked_pre_commit_home(*args, **kwargs):
4848
def broken_deep_listdir(): # pragma: no cover (platform specific)
4949
if sys.platform != 'win32':
5050
return False
51-
return True # TODO: remove this after #887 is resolved
5251
try:
5352
os.listdir(str('\\\\?\\') + os.path.abspath(str('.')))
5453
except OSError:

0 commit comments

Comments
 (0)