Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 27c1699

Browse files
authored
Restore synchronous database drivers in test requirements (#568)
1 parent d653b31 commit 27c1699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ aiosqlite==0.17.0
88
asyncpg==0.26.0
99

1010
# Sync database drivers for standard tooling around setup/teardown/migrations.
11-
# psycopg2-binary==2.9.3
12-
# pymysql==1.0.2
11+
psycopg2-binary==2.9.3
12+
pymysql==1.0.2
1313

1414
# Testing
1515
autoflake==1.4

0 commit comments

Comments
 (0)