mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 17:14:55 -05:00
Update tests/core/pyspec/eth2spec/test/conftest.py
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ def preset(request):
|
||||
def run_phases(request):
|
||||
forks = request.config.getoption("--fork", default=None)
|
||||
if forks:
|
||||
forks = [phase.lower() for phase in forks]
|
||||
forks = [fork.lower() for fork in forks]
|
||||
_validate_fork_name(forks)
|
||||
context.DEFAULT_PYTEST_FORKS = set(forks)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user