We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d889e commit 2f3849dCopy full SHA for 2f3849d
awswrangler/mysql.py
@@ -176,7 +176,7 @@ def connect(
176
password=attrs.password,
177
port=attrs.port,
178
host=attrs.host,
179
- ssl=attrs.ssl_context, # type: ignore[arg-type]
+ ssl=attrs.ssl_context,
180
read_timeout=read_timeout,
181
write_timeout=write_timeout,
182
connect_timeout=connect_timeout,
pyproject.toml
@@ -77,7 +77,7 @@ dev = [
77
"openpyxl~=3.1",
78
"pyparsing>=3.2.1,<4",
79
"pytest>=8.3.4,<9",
80
- "pytest-cov~=6.0",
+ "pytest-cov>=6,<8",
81
"pytest-rerunfailures>=15,<17",
82
"pytest-timeout>=2.3.1,<3",
83
"pytest-xdist>=3.6.1,<4",
0 commit comments