Skip to content

Commit 45509d0

Browse files
committed
Set generator selection algorithm to RANK_SELECTION in subtyping_cluster fixture
1 parent f418a26 commit 45509d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/analyses/test_typesystem.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ def test_unsupported_str():
276276

277277
@pytest.fixture(scope="module")
278278
def subtyping_cluster():
279+
config.configuration.generator_selection.generator_selection_algorithm = (
280+
config.Selection.RANK_SELECTION
281+
)
279282
config.configuration.pynguinml.ml_testing_enabled = False
280283
return generate_test_cluster("tests.fixtures.types.subtyping")
281284

0 commit comments

Comments
 (0)