]> git.pld-linux.org Git - packages/python-sqlalchemy.git/blame - python-sqlalchemy-tests.patch
- updated to 1.4.50
[packages/python-sqlalchemy.git] / python-sqlalchemy-tests.patch
CommitLineData
3168f477
AM
1--- SQLAlchemy-1.3.24/test/dialect/mssql/test_engine.py~ 2021-03-31 00:58:18.000000000 +0200
2+++ SQLAlchemy-1.3.24/test/dialect/mssql/test_engine.py 2022-03-31 08:03:00.006533320 +0200
3@@ -158,26 +158,6 @@ class ParseConnectTest(fixtures.TestBase
cbac615f
JR
4 True,
5 )
6
7- def test_pyodbc_extra_connect_azure(self):
8- # issue #5592
9- dialect = pyodbc.dialect()
10- u = url.make_url(
11- "mssql+pyodbc://@server_name/db_name?"
3168f477 12- "driver=ODBC+Driver+17+for+SQL+Server&"
cbac615f
JR
13- "authentication=ActiveDirectoryIntegrated"
14- )
15- connection = dialect.create_connect_args(u)
16- eq_(connection[1], {})
17- eq_(
18- connection[0][0]
19- in (
20- "DRIVER={ODBC Driver 17 for SQL Server};"
21- "Server=server_name;Database=db_name;"
22- "Authentication=ActiveDirectoryIntegrated",
23- ),
24- True,
25- )
26-
27 def test_pyodbc_odbc_connect(self):
28 dialect = pyodbc.dialect()
29 u = url.make_url(
3168f477 30
This page took 0.140662 seconds and 4 git commands to generate.