Skip to content

Commit 889cca5

Browse files
committed
remove unused fixture?
1 parent d8db647 commit 889cca5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/conftest.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
from ga4gh.vrs import models
77
from pydantic import BaseModel
88

9-
from anyvlm.anyvar.http_client import HttpAnyVarClient
10-
119

1210
@pytest.fixture(scope="session", autouse=True)
1311
def load_env():
@@ -60,12 +58,3 @@ def vcr_config():
6058
"before_record_response": remove_response_headers,
6159
"decode_compressed_response": True,
6260
}
63-
64-
65-
@pytest.fixture
66-
def anyvar_client() -> HttpAnyVarClient:
67-
"""Provide AnyVar client fixture for tests.
68-
69-
Uses HTTP because that's auto-mockable with pytest-record
70-
"""
71-
return HttpAnyVarClient()

0 commit comments

Comments
 (0)