Skip to content

Commit

Permalink
test: remove dead fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 28, 2024
1 parent 044ce05 commit 10928ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ibis/backends/databricks/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from os import environ as env
from typing import TYPE_CHECKING, Any

import pytest

import ibis
from ibis.backends.tests.base import BackendTest

Expand Down Expand Up @@ -57,8 +55,3 @@ def connect(*, tmpdir, worker_id, **kw) -> BaseBackend:
schema="default",
**kw,
)


@pytest.fixture(scope="session")
def con(data_dir, tmp_path_factory, worker_id):
return TestConf.load_data(data_dir, tmp_path_factory, worker_id).connection

0 comments on commit 10928ec

Please sign in to comment.