mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-10 01:34:29 +00:00
Fix networking generator modules
This commit is contained in:
parent
eb7518a627
commit
91bf0290de
@ -5,8 +5,7 @@ from eth2spec.gen_helpers.gen_from_tests.gen import run_state_test_generators, c
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
eip7594_mods = {key: 'eth2spec.test.eip7594.networking.test_' + key for key in [
|
eip7594_mods = {key: 'eth2spec.test.eip7594.networking.test_' + key for key in [
|
||||||
'compute_columns_for_custody_group',
|
'get_custody_columns',
|
||||||
'get_custody_groups',
|
|
||||||
]}
|
]}
|
||||||
all_mods = {
|
all_mods = {
|
||||||
EIP7594: eip7594_mods
|
EIP7594: eip7594_mods
|
||||||
|
Loading…
x
Reference in New Issue
Block a user