From: funilrys Date: Sat, 1 Sep 2018 08:28:05 +0000 (+0200) Subject: Deletion of mock as it is now built-in X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0d0ee1bcdc567b03358ecd5995ee81fa231a7779;p=stevenblack-hosts.git Deletion of mock as it is now built-in --- diff --git a/ci/setup_conda_env.sh b/ci/setup_conda_env.sh index a5bb3e1bc..69fd834df 100755 --- a/ci/setup_conda_env.sh +++ b/ci/setup_conda_env.sh @@ -5,4 +5,4 @@ conda create -n hosts python=$PYTHON_VERSION || exit 1 source activate hosts echo "Installing packages..." -conda install mock flake8 beautifulsoup4 lxml +conda install flake8 beautifulsoup4 lxml