diff --git a/integration_tests/test_eip1559.py b/integration_tests/test_eip1559.py index 2d00b90534..df8077c7a9 100644 --- a/integration_tests/test_eip1559.py +++ b/integration_tests/test_eip1559.py @@ -18,7 +18,7 @@ def custom_cronos(tmp_path_factory): @pytest.fixture( - scope="session", + scope="module", params=[ lazy_fixture("cronos"), lazy_fixture("geth"),