From cfdc7f87405930730923bcd2af351c5be87522b4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 3 Jul 2020 21:27:41 +0200 Subject: Merging upstream version 2.6.0. Signed-off-by: Daniel Baumann --- testing/util.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testing') diff --git a/testing/util.py b/testing/util.py index bfe1421..4edb7a9 100644 --- a/testing/util.py +++ b/testing/util.py @@ -38,10 +38,6 @@ skipif_cant_run_swift = pytest.mark.skipif( parse_shebang.find_executable('swift') is None, reason="swift isn't installed or can't be found", ) -xfailif_windows_no_ruby = pytest.mark.xfail( - os.name == 'nt', - reason='Ruby support not yet implemented on windows.', -) xfailif_windows = pytest.mark.xfail(os.name == 'nt', reason='windows') -- cgit v1.2.3