From 8076ae68c1842aec26cbab51dc8ab609fb135eb0 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 16 May 2019 06:42:33 -0700 Subject: Fixed #30483 -- Switched test requirement to psycopg2 package. --- tests/requirements/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/requirements') diff --git a/tests/requirements/postgres.txt b/tests/requirements/postgres.txt index 820d85bb44..59041b90ef 100644 --- a/tests/requirements/postgres.txt +++ b/tests/requirements/postgres.txt @@ -1 +1 @@ -psycopg2-binary>=2.5.4 +psycopg2>=2.5.4 -- cgit v1.2.1