Skip to content

Commit 930573f

Browse files
committed
remove implementation for variant type, mark variant tests as skipped
1 parent e3dab82 commit 930573f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integ/test_bindings.py

Lines changed: 1 addition & 1 deletion
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)