mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Fix tests issues.
This patch introduce the installation of dependencies needed my the main commit. This patch fixes: * https://travis-ci.org/funilrys/hosts/jobs/347504195#L592 * https://travis-ci.org/funilrys/hosts/jobs/347504195#L598
This commit is contained in:
@@ -5,4 +5,4 @@ conda create -n hosts python=$PYTHON_VERSION || exit 1
|
||||
source activate hosts
|
||||
|
||||
echo "Installing packages..."
|
||||
conda install mock flake8
|
||||
conda install mock flake8 beautifulsoup4 lxml
|
||||
|
||||
@@ -24,7 +24,7 @@ import tempfile
|
||||
import time
|
||||
from glob import glob
|
||||
|
||||
import lxml # noqa: F401
|
||||
import lxml # noqa: F401
|
||||
from bs4 import BeautifulSoup
|
||||
|
||||
# Detecting Python 3 for version-dependent implementations
|
||||
|
||||
Reference in New Issue
Block a user