Don't install anvil test requirements on bootstrap

What anvil needs for its tests should not affect build environment.

Change-Id: I10570941fb4d8c125376990014c7898c23062ad5
This commit is contained in:
Ivan A. Melnikov 2013-11-26 16:33:51 +04:00
parent 223ebe3e05
commit e1437e533b

2
smithy
View File

@ -160,7 +160,7 @@ try:
except KeyError:
pass
")
local python_names=$(cat requirements.txt test-requirements.txt | sed -r -e 's/#.*$//' | sort -u)
local python_names=$(cat requirements.txt | sed -r -e 's/#.*$//' | sort -u)
local bootstrap_dir="$(readlink -f ./.bootstrap/)"
local transaction_cmd="transaction --skip-missing"
local install_packages=""