Skip to content

Commit 767a67f

Browse files
committed
fix: remove unused code for tox
Signed-off-by: lugi0 <lgiorgi@redhat.com>
1 parent 2006e8b commit 767a67f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/model_registry/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,6 @@ def model_registry_instance_pod(admin_client: DynamicClient) -> Generator[Pod, A
510510
)[0]
511511

512512

513-
@pytest.fixture(scope="class")
514-
def is_model_registry_oauth(request: FixtureRequest) -> bool:
515-
return getattr(request, "param", {}).get("use_oauth_proxy", False)
516-
517-
518513
@pytest.fixture(scope="session")
519514
def api_server_url(admin_client: DynamicClient) -> str:
520515
infrastructure = Infrastructure(client=admin_client, name="cluster", ensure_exists=True)

0 commit comments

Comments
 (0)