Fix tests issue

This patch fix https://travis-ci.org/funilrys/hosts/jobs/347500695#L397

Please also note that I introduced that patch because
we do not directly use lxml but it is required by
BeautifulSup() to parse the HTML.
This commit is contained in:
funilrys
2018-02-28 23:22:32 +01:00
parent 1fea720034
commit 079d5ddd7f

View File

@@ -24,7 +24,7 @@ import tempfile
import time
from glob import glob
import lxml
import lxml # noqa: F401
from bs4 import BeautifulSoup
# Detecting Python 3 for version-dependent implementations