@@ -1812,6 +1812,7 @@ def test_set_code_to_self_destructing_account_deployed_in_same_tx(
18121812 )
18131813
18141814
1815+ @pytest .mark .xdist_group (name = "bigmem" )
18151816def test_set_code_multiple_first_valid_authorization_tuples_same_signer (
18161817 state_test : StateTestFiller ,
18171818 pre : Alloc ,
@@ -1859,6 +1860,7 @@ def test_set_code_multiple_first_valid_authorization_tuples_same_signer(
18591860 )
18601861
18611862
1863+ @pytest .mark .xdist_group (name = "bigmem" )
18621864def test_set_code_multiple_valid_authorization_tuples_same_signer_increasing_nonce (
18631865 state_test : StateTestFiller ,
18641866 pre : Alloc ,
@@ -1906,6 +1908,7 @@ def test_set_code_multiple_valid_authorization_tuples_same_signer_increasing_non
19061908 )
19071909
19081910
1911+ @pytest .mark .xdist_group (name = "bigmem" )
19091912def test_set_code_multiple_valid_authorization_tuples_same_signer_increasing_nonce_self_sponsored (
19101913 state_test : StateTestFiller ,
19111914 pre : Alloc ,
@@ -2001,6 +2004,7 @@ def test_set_code_multiple_valid_authorization_tuples_first_invalid_same_signer(
20012004 )
20022005
20032006
2007+ @pytest .mark .xdist_group (name = "bigmem" )
20042008def test_set_code_all_invalid_authorization_tuples (
20052009 state_test : StateTestFiller ,
20062010 pre : Alloc ,
@@ -2040,6 +2044,7 @@ def test_set_code_all_invalid_authorization_tuples(
20402044 )
20412045
20422046
2047+ @pytest .mark .xdist_group (name = "bigmem" )
20432048def test_set_code_using_chain_specific_id (
20442049 state_test : StateTestFiller ,
20452050 pre : Alloc ,
@@ -2088,6 +2093,7 @@ def test_set_code_using_chain_specific_id(
20882093SECP256K1N_OVER_2 = SECP256K1N // 2
20892094
20902095
2096+ @pytest .mark .xdist_group (name = "bigmem" )
20912097@pytest .mark .parametrize (
20922098 "v,r,s" ,
20932099 [
@@ -2148,6 +2154,7 @@ def test_set_code_using_valid_synthetic_signatures(
21482154 )
21492155
21502156
2157+ @pytest .mark .xdist_group (name = "bigmem" )
21512158@pytest .mark .parametrize (
21522159 "v,r,s" ,
21532160 [
0 commit comments