aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pgcli
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-06-13 20:18:07 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-13 20:21:36 +0000
commitd543861c8934563c3af3e3de925c4b695eb333ce (patch)
tree4c0d4ff3a0fe92f05f6af2c9b2d061a48946235b /testing/pgcli
parent2b0d08c4270aeeb1ae77cda15b4a66e29cdf8638 (diff)
testing/pgcli: disable
Test failures while building latest version: > E AssertionError: assert {Schema(quote...al_tables=())} == {Function(sche...context=None)} > E AssertionError: assert {FromClauseIt...al_tables=())} == {Table(schema=...able_refs=())} Ref: GH-8783
Diffstat (limited to 'testing/pgcli')
-rw-r--r--testing/pgcli/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD
index d77fc6a5261..a9c44dbc90a 100644
--- a/testing/pgcli/APKBUILD
+++ b/testing/pgcli/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.1.1
pkgrel=0
pkgdesc="Postgres CLI with autocompletion and syntax highlighting"
url="https://www.pgcli.com"
-arch="noarch"
+arch=""
license="BSD"
depends="python3
py3-pgspecial