We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f418a26 commit 45509d0Copy full SHA for 45509d0
tests/analyses/test_typesystem.py
@@ -276,6 +276,9 @@ def test_unsupported_str():
276
277
@pytest.fixture(scope="module")
278
def subtyping_cluster():
279
+ config.configuration.generator_selection.generator_selection_algorithm = (
280
+ config.Selection.RANK_SELECTION
281
+ )
282
config.configuration.pynguinml.ml_testing_enabled = False
283
return generate_test_cluster("tests.fixtures.types.subtyping")
284
0 commit comments