mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-19 15:11:05 +00:00
deposit contract requires eth2spec.phase0.spec.DepositData
This commit is contained in:
parent
98cabb665a
commit
05dc4b576f
2
Makefile
2
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 .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user