From 05dc4b576f89f8e5049be76351278e27f552509b Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Mon, 27 May 2019 18:15:33 +0800 Subject: [PATCH] deposit contract requires `eth2spec.phase0.spec.DepositData` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff1891a7c..e40c7e95c 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ install_deposit_contract_test: cd ../..; cd $(DEPOSIT_CONTRACT_DIR); \ pip3 install -r requirements-testing.txt -test_deposit_contract: +test_deposit_contract: $(PY_SPEC_ALL_TARGETS) cd $(PY_SPEC_DIR); python3 -m venv venv; . venv/bin/activate; \ cd ../.. && cd $(DEPOSIT_CONTRACT_DIR) && python -m pytest .