mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-10 23:53:11 +00:00
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:
parent
52dc90255a
commit
58dbe1f282
1 changed files with 0 additions and 2 deletions
|
|
@ -17,8 +17,6 @@
|
|||
Test http checking.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
|
||||
from tests import need_network
|
||||
from .httpserver import HttpServerTest, CookieRedirectHttpRequestHandler
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue