Skip to content

Commit fb893a6

Browse files
committed
fix: remove duplicate fixture
1 parent 536fea6 commit fb893a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/model_serving/model_server/multi_node/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
from utilities.serving_runtime import ServingRuntimeFromTemplate
2929

3030

31-
@pytest.fixture(scope="session")
32-
def nodes(admin_client: DynamicClient) -> list[Node]:
33-
return list(Node.get(dyn_client=admin_client))
34-
35-
3631
@pytest.fixture(scope="session")
3732
def nvidia_gpu_nodes(nodes: list[Node]) -> list[Node]:
3833
return [node for node in nodes if "nvidia.com/gpu.present" in node.labels.keys()]

0 commit comments

Comments
 (0)