From 82a2c6b02d4e104ca5ba6db1b94419e2bde37ee4 Mon Sep 17 00:00:00 2001 From: arowser Date: Fri, 1 Nov 2019 17:48:04 +0800 Subject: [PATCH] change psycopg2 to psycopg2-binary --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index bfa85f96305e..49b2817610b5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -10,4 +10,4 @@ pytest-xdist==1.29.0 python-bitcoinlib==0.10.1 tqdm==4.32.2 pytest-timeout==1.3.3 -psycopg2==2.8.3 +psycopg2-binary==2.8.3