We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468eecf commit 92a400eCopy full SHA for 92a400e
tests/pytest/test_get_metadata.py
@@ -32,9 +32,3 @@ def test_pytest_func_metainfo():
32
assert test_pytest_async._metainfo["mode"] == "groupwise"
33
assert test_pytest_async._metainfo["max_rollout_concurrency"] == 5
34
assert test_pytest_async._metainfo["max_evaluation_concurrency"] == 10
35
-
36
- # Test evaluator ID generation
37
- assert hasattr(test_pytest_async, "_evaluator_id")
38
- evaluator_id = test_pytest_async._evaluator_id
39
- assert evaluator_id.startswith("test_pytest_async")
40
- print(f"Generated evaluator ID: {evaluator_id}")
0 commit comments