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 4be5bbd commit 9027c01Copy full SHA for 9027c01
1 file changed
tests/conftest.py
@@ -323,16 +323,6 @@ def workdir(tmp_path):
323
os.chdir(original_cwd)
324
325
326
-@pytest.fixture
327
-def use_api_v1() -> None:
328
- openml.config.set_api_version(api_version=APIVersion.V1)
329
-
330
331
332
-def use_api_v2() -> None:
333
- openml.config.set_api_version(api_version=APIVersion.V2)
334
335
336
@pytest.fixture
337
def http_client_v1() -> HTTPClient:
338
return HTTPClient(api_version=APIVersion.V1)
0 commit comments