Skip to content

Commit ea89e29

Browse files
committed
Add REQUIRES postgres to tests/utils/installation.shtest test
If postgresql isn't installed on the test machine this test fails during the attempt to build the psycopg2 package with error: Error: pg_config executable not found.
1 parent 3e71f65 commit ea89e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils/installation.shtest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# REQUIRES: postgres
12
# Check that installation using the client requirements works properly.
23
#
34
# RUN: rm -rf %t.venv

0 commit comments

Comments
 (0)