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:
parent
223ebe3e05
commit
e1437e533b
2
smithy
2
smithy
@ -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=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user