From 58dbe1f2827b690e0d1e580be29e2eab8c7e78a3 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Sun, 17 May 2020 19:48:41 +0100 Subject: [PATCH] Remove unused import pytest from tests/checker/test_http.py pytest.mark.xfail() removed in: 743a5f31 ("Crawl HTML attributes in deterministic order", 2017-02-01) --- tests/checker/test_http.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/checker/test_http.py b/tests/checker/test_http.py index 4d23f60d..c2ead8ca 100644 --- a/tests/checker/test_http.py +++ b/tests/checker/test_http.py @@ -17,8 +17,6 @@ Test http checking. """ -import pytest - from tests import need_network from .httpserver import HttpServerTest, CookieRedirectHttpRequestHandler