From a1fd3d0746ade4480fa73bf03b03b268b4c2fc6c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 3 Jul 2020 21:27:38 +0200 Subject: Adding upstream version 2.6.0. Signed-off-by: Daniel Baumann --- testing/util.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testing/util.py') 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