Skip to content

Commit 930ef61

Browse files
committed
chore(pytest): remove superflous 'not eip_version_check' flags
1 parent 7a38487 commit 930ef61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/gen_test_case_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
f"--until={GENERATE_UNTIL_FORK}",
4949
"--skip-index",
5050
"-m",
51-
"(not blockchain_test_engine) and (not eip_version_check)",
51+
"not blockchain_test_engine",
5252
"-s",
5353
test_arg,
5454
]

src/pytest_plugins/consume/tests/test_consume_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def fill_tests(
6363
"pytest.ini",
6464
"--skip-evm-dump",
6565
"-m",
66-
"(not blockchain_test_engine) and (not eip_version_check)",
66+
"not blockchain_test_engine",
6767
f"--from={fill_fork_from}",
6868
f"--until={fill_fork_until}",
6969
f"--output={str(fixtures_dir)}",

0 commit comments

Comments
 (0)