deposit contract requires eth2spec.phase0.spec.DepositData

This commit is contained in:
Hsiao-Wei Wang 2019-05-27 18:15:33 +08:00
parent 98cabb665a
commit 05dc4b576f
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4

View File

@ -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 .