]> git.pld-linux.org Git - packages/python-sqlalchemy.git/blob - python-sqlalchemy-tests.patch
- updated to 1.4.50
[packages/python-sqlalchemy.git] / python-sqlalchemy-tests.patch
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
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?"
12 -            "driver=ODBC+Driver+17+for+SQL+Server&"
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(
30
This page took 0.077974 seconds and 4 git commands to generate.