From e69983797cacbb1f3e75a1a685f3eae402e19e95 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Mon, 18 Sep 2023 14:40:33 +0200 Subject: [PATCH 1/2] TEST-#4348: use 'psycopg2-binary' for testing and developing purpose Signed-off-by: Anatoly Myachev --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 25203256160..bfa9f7becee 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ pandas-gbq>=0.15.0 tables>=3.7.0 # pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429 pymssql>=2.1.5,!=2.2.8 -psycopg2>=2.9.3 +psycopg2-binary>=2.9.3 connectorx>=0.2.6a4 fastparquet>=0.8.1 flask-cors From e6fc24e5e3bc4a63c16189a6cd1116f79b573eb3 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Tue, 19 Sep 2023 12:55:16 +0200 Subject: [PATCH 2/2] Update requirements-dev.txt --- requirements-dev.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index bfa9f7becee..0f855c5e8df 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,6 +26,8 @@ pandas-gbq>=0.15.0 tables>=3.7.0 # pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429 pymssql>=2.1.5,!=2.2.8 +# psycopg devs recommend the other way of installation for production +# but this is ok for testing and development psycopg2-binary>=2.9.3 connectorx>=0.2.6a4 fastparquet>=0.8.1