Skip to content

Commit 0bc8d01

Browse files
committed
Update VMTests location for ethereum/tests @8.0.3
See: https://github.com/ethereum/tests/releases/tag/8.0.3
1 parent a5095ad commit 0bc8d01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/json-fixtures/test_virtual_machine.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@
5050

5151
ROOT_PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
5252

53-
BASE_FIXTURE_PATH = os.path.join(ROOT_PROJECT_DIR, 'fixtures', 'VMTests')
53+
BASE_FIXTURE_PATH = os.path.join(
54+
ROOT_PROJECT_DIR,
55+
'fixtures',
56+
'LegacyTests',
57+
'Constantinople',
58+
'VMTests',
59+
)
5460

5561

5662
def vm_fixture_mark_fn(fixture_path, fixture_name):

0 commit comments

Comments
 (0)