From 157d2be5302c2c3cf9de4d9563afcd6f934e2484 Mon Sep 17 00:00:00 2001 From: ziransun Date: Sat, 24 Oct 2020 10:42:39 +0000 Subject: [PATCH] Bug 1672671 [wpt PR 26182] - Python 3: Remove xfail comments, a=testonly Automatic update from web-platform-tests Python 3: Remove xfail comment (#26182) -- wpt-commits: fc7a52d57549a09934606da3fb7eda51623eb9af wpt-pr: 26182 --- .../web-platform/tests/tools/wptserve/tests/functional/test_handlers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/web-platform/tests/tools/wptserve/tests/functional/test_handlers.py b/testing/web-platform/tests/tools/wptserve/tests/functional/test_handlers.py index 8c0e020f4146..261bf3be2c2f 100644 --- a/testing/web-platform/tests/tools/wptserve/tests/functional/test_handlers.py +++ b/testing/web-platform/tests/tools/wptserve/tests/functional/test_handlers.py @@ -195,7 +195,6 @@ class TestFunctionHandler(TestUsingServer): assert resp.read() == b"" -@pytest.mark.xfail((3,) <= sys.version_info < (3, 6), reason="wptserve only works on Py2") class TestJSONHandler(TestUsingServer): def test_json_0(self): @wptserve.handlers.json_handler -- 2.11.4.GIT