mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 08:24:55 -05:00
deposit contract requires eth2spec.phase0.spec.DepositData
This commit is contained in:
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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user