From 27c169996e026b355bf0ff588e4b45da857f8f52 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 29 Aug 2023 08:54:53 -0500 Subject: [PATCH] Restore synchronous database drivers in test requirements (#568) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 589cd6d4..46ed998b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,8 @@ aiosqlite==0.17.0 asyncpg==0.26.0 # Sync database drivers for standard tooling around setup/teardown/migrations. -# psycopg2-binary==2.9.3 -# pymysql==1.0.2 +psycopg2-binary==2.9.3 +pymysql==1.0.2 # Testing autoflake==1.4