Skip to content

Commit bdf851a

Browse files
committed
remove implementation for variant type, mark variant tests as skipped
1 parent 0d87ef5 commit bdf851a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integ/test_bindings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def test_binding_insert_date(conn_cnx, db_parameters):
492492

493493
@pytest.mark.skipolddriver
494494
def test_binding_variant(conn_cnx):
495-
pytest.skip("Server side binding of VARIANT type is not supported")
495+
pytest.skip("Server-side binding of VARIANT type is not supported")
496496
bind_query = "INSERT INTO TEST_TABLE1 SELECT (?)"
497497
with conn_cnx(paramstyle="qmark") as cnx, cnx.cursor() as cursor:
498498
snowflake_type = "VARIANT"

0 commit comments

Comments
 (0)