Skip to content

Commit b827655

Browse files
committed
fix: add rsa setup
1 parent 755326a commit b827655

File tree

2 files changed

+48
-38
lines changed

2 files changed

+48
-38
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ keydb = ["redis"]
6565
mariadb = ["mariadb"]
6666
minio = ["minio"]
6767
mssql = ["pymssql"]
68-
mysql = ["pymysql"]
68+
mysql = ["pymysql[rsa]"]
6969
oracle = ["oracledb"]
7070
postgres = ["psycopg>=3"]
7171
redis = ["redis"]
@@ -86,7 +86,8 @@ dev = [
8686
"pytest-xdist",
8787
"pytest-sugar",
8888
"slotscheck",
89-
"psycopg-binary", # This fixes tests failing on M series CPUs.
89+
"psycopg-binary",
90+
"pymysql[rsa,ed25519]", # This fixes tests failing on M series CPUs.
9091
# lint
9192
"mypy",
9293
"ruff",

uv.lock

Lines changed: 45 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)