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)
This commit is contained in:
Chris Mayo 2020-05-17 19:48:41 +01:00
parent 52dc90255a
commit 58dbe1f282

View file

@ -17,8 +17,6 @@
Test http checking.
"""
import pytest
from tests import need_network
from .httpserver import HttpServerTest, CookieRedirectHttpRequestHandler