From ea58596a56f49e16185ec1c33ed59852554265f9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 20 Jan 2019 22:22:39 -0800 Subject: [PATCH] Revert "Merge pull request #888 from pre-commit/887_xfail_windows_node_again" This reverts commit 45a34d6b7543563c3cda847428aebefde269310d, reversing changes made to d0c62aae7a93e3bd14eba7d131c15b4211201ef3. --- testing/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/util.py b/testing/util.py index f0406089..15696730 100644 --- a/testing/util.py +++ b/testing/util.py @@ -48,7 +48,6 @@ 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: