1.9.0 seems to fix the picklable statement exception fail,
so fix for that test and pin to lower version
Change-Id: Ic561b1a6b688f38b9f5189508d9203bca47fef79
mssql = ["pyodbc"]
mssql-pymssql = ["pymssql"]
mssql-pyodbc = ["pyodbc"]
-mssql-python = ["mssql-python>=0.13.1"]
+mssql-python = ["mssql-python>=1.9.0"]
mysql = ["mysqlclient>=1.4.0"]
mysql-connector = ["mysql-connector-python"]
mariadb-connector = ["mariadb>=1.0.1,!=1.1.2,!=1.1.5,!=1.1.10"]
"+mysqlconnector",
"Exception doesn't come back exactly the same from pickle",
)
- @testing.fails_on(
- "+mssqlpython",
- "Exception pickling not working due to additional parameter",
- )
@testing.fails_on(
"oracle+cx_oracle",
"cx_oracle exception seems to be having some issue with pickling",