From 474855f7e2ba7a9e47de1497e3252d83073ea169 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Mon, 13 May 2024 10:18:14 -0400 Subject: [PATCH] test(snowflake): use standard fixture instead of assuming `SNOWFLAKE_HOME` is set (#9183) Fixes a testing usage of `ibis.snowflake.connect()` --- ibis/backends/snowflake/tests/test_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ibis/backends/snowflake/tests/test_client.py b/ibis/backends/snowflake/tests/test_client.py index c11197632fea..ec84d994fc96 100644 --- a/ibis/backends/snowflake/tests/test_client.py +++ b/ibis/backends/snowflake/tests/test_client.py @@ -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": [