From 84efbdb7094eee904c17a469d93f660a77655860 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 15 Aug 2023 05:56:13 +0100 Subject: [PATCH] use binary psycopg2-binary This commit simply change psycopg2 to psycopg2-binary to avoid test requirement on the postgress client headers to compile the c module. Change-Id: I536ba6f603b009116e30d389392cc098b677aa93 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 64762684e31..31485921405 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,7 +13,7 @@ ddt>=1.4.4 # MIT fixtures>=3.0.0 # Apache-2.0/BSD oslotest>=4.5.0 # Apache-2.0 PyMySQL>=0.10.0 # MIT License -psycopg2>=2.8.5 # LGPL/ZPL +psycopg2-binary>=2.8.5 # LGPL/ZPL SQLAlchemy-Utils>=0.37.8 # BSD License testtools>=2.4.0 # MIT