diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-13 20:18:07 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-13 20:21:36 +0000 |
commit | d543861c8934563c3af3e3de925c4b695eb333ce (patch) | |
tree | 4c0d4ff3a0fe92f05f6af2c9b2d061a48946235b /testing | |
parent | 2b0d08c4270aeeb1ae77cda15b4a66e29cdf8638 (diff) | |
download | aports-d543861c8934563c3af3e3de925c4b695eb333ce.tar.bz2 aports-d543861c8934563c3af3e3de925c4b695eb333ce.tar.xz |
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')
-rw-r--r-- | testing/pgcli/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD index d77fc6a526..a9c44dbc90 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 |