diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2021-10-18 17:46:15 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2021-10-19 02:33:49 +0200 |
commit | ab3218907defd7ddbb49ccaef529567311efef46 (patch) | |
tree | f5c063307873c710a3ce4b936ddc966ca2ab8ee2 /testing/fzy | |
parent | f6412645dafa2c7a5d15070a831f8568a70c74e2 (diff) | |
download | aports-ab3218907defd7ddbb49ccaef529567311efef46.zip |
testing/fzy: remove ruby-ttytest
It's not compatible with Ruby 3.0.
Diffstat (limited to 'testing/fzy')
-rw-r--r-- | testing/fzy/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testing/fzy/APKBUILD b/testing/fzy/APKBUILD index 6734744be27..03eaf4d9086 100644 --- a/testing/fzy/APKBUILD +++ b/testing/fzy/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A better fuzzy finder" url="https://github.com/jhawthorn/$pkgname" arch="all" license="MIT" -checkdepends="ruby-minitest ruby-ttytest" +checkdepends="ruby-minitest" subpackages="$pkgname-doc" source="https://github.com/jhawthorn/fzy/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" @@ -18,9 +18,6 @@ build() { check() { make check - - cd test/acceptance - ruby acceptance_test.rb } package() { |