Skip to content

Commit

Permalink
test(snowflake): use standard fixture instead of assuming `SNOWFLAKE_…
Browse files Browse the repository at this point in the history
…HOME` is set (#9183)

Fixes a testing usage of `ibis.snowflake.connect()`
  • Loading branch information
cpcloud authored May 13, 2024
1 parent 9b42751 commit 474855f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibis/backends/snowflake/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,7 @@ def test_list_tables_schema_warning_refactor(con):
)


def test_timestamp_memtable():
con = ibis.snowflake.connect()
def test_timestamp_memtable(con):
df = pd.DataFrame(
{
"ts": [
Expand Down

0 comments on commit 474855f

Please sign in to comment.