Fix tests issues.
authorfunilrys <redacted>
Wed, 28 Feb 2018 22:29:18 +0000 (23:29 +0100)
committerfunilrys <redacted>
Wed, 28 Feb 2018 22:29:18 +0000 (23:29 +0100)
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

ci/setup_conda_env.sh
updateHostsFile.py

index cf3cfcb25e69c1ed2ad77efff7766e7b1e9e8533..a5bb3e1bcfba92402da072716ce43760043a0305 100755 (executable)
@@ -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
index 0482d8a60d42b4ca128818d75ac41614a23b7d70..e28f0de5a410485270fe75104bb5678731672054 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT