File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1686,7 +1686,6 @@ def test_mssql_connection_kwargs_keys():
16861686 assert "conn_properties" not in mssql_python_keys
16871687
16881688
1689- @pytest .mark .xfail (not SUPPORTS_MSSQL_PYTHON_DRIVER , reason = "mssql-python driver not supported" )
16901689def test_mssql_pyodbc_connection_string_generation ():
16911690 """Test pyodbc.connect gets invoked with the correct ODBC connection string."""
16921691 with patch ("pyodbc.connect" ) as mock_pyodbc_connect :
@@ -1774,7 +1773,6 @@ def test_mssql_pyodbc_connection_string_with_odbc_properties():
17741773 assert conn_str .count ("TrustServerCertificate" ) == 1
17751774
17761775
1777- @pytest .mark .xfail (not SUPPORTS_MSSQL_PYTHON_DRIVER , reason = "mssql-python driver not supported" )
17781776def test_mssql_pyodbc_connection_string_minimal ():
17791777 """Test pyodbc connection string with minimal configuration."""
17801778 with patch ("pyodbc.connect" ) as mock_pyodbc_connect :
You can’t perform that action at this time.
0 commit comments