mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #919 from asottile/node_fixed
Revert "Merge pull request #888 from pre-commit/887_xfail_windows_node_again"
This commit is contained in:
commit
38308dc02d
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ xfailif_windows_no_ruby = pytest.mark.xfail(
|
||||||
def broken_deep_listdir(): # pragma: no cover (platform specific)
|
def broken_deep_listdir(): # pragma: no cover (platform specific)
|
||||||
if sys.platform != 'win32':
|
if sys.platform != 'win32':
|
||||||
return False
|
return False
|
||||||
return True # TODO: remove this after #887 is resolved
|
|
||||||
try:
|
try:
|
||||||
os.listdir(str('\\\\?\\') + os.path.abspath(str('.')))
|
os.listdir(str('\\\\?\\') + os.path.abspath(str('.')))
|
||||||
except OSError:
|
except OSError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue