mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
xfail windows node until #887 is resolved
This commit is contained in:
parent
d0c62aae7a
commit
91782bb6c8
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ xfailif_windows_no_ruby = pytest.mark.xfail(
|
|||
def broken_deep_listdir(): # pragma: no cover (platform specific)
|
||||
if sys.platform != 'win32':
|
||||
return False
|
||||
return True # TODO: remove this after #887 is resolved
|
||||
try:
|
||||
os.listdir(str('\\\\?\\') + os.path.abspath(str('.')))
|
||||
except OSError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue