We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8db647 commit 889cca5Copy full SHA for 889cca5
tests/conftest.py
@@ -6,8 +6,6 @@
6
from ga4gh.vrs import models
7
from pydantic import BaseModel
8
9
-from anyvlm.anyvar.http_client import HttpAnyVarClient
10
-
11
12
@pytest.fixture(scope="session", autouse=True)
13
def load_env():
@@ -60,12 +58,3 @@ def vcr_config():
60
58
"before_record_response": remove_response_headers,
61
59
"decode_compressed_response": True,
62
}
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