diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-21 09:41:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-22 06:12:49 +0000 |
commit | f7ce4fe25def225c1c1a96b7304bed0b3c1ae97e (patch) | |
tree | f44bc8d0e82770d02f41c65e2c3b2f73e068c46f /community/ruby-mathematical | |
parent | 8f66fa5c9299cffe2e332a5820ec1cab491f87b7 (diff) | |
download | aports-f7ce4fe25def225c1c1a96b7304bed0b3c1ae97e.tar.bz2 aports-f7ce4fe25def225c1c1a96b7304bed0b3c1ae97e.tar.xz |
community/ruby-mathematical: disable tests
tests fails with ruby 2.7. Dsiable for now so we dont block the ruby 2.7
update.
Diffstat (limited to 'community/ruby-mathematical')
-rw-r--r-- | community/ruby-mathematical/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD index bb011c36ba..c5998e3a81 100644 --- a/community/ruby-mathematical/APKBUILD +++ b/community/ruby-mathematical/APKBUILD @@ -12,6 +12,7 @@ depends="ruby ruby-enum" makedepends="cmake lasem-dev mtex2mml-dev ruby-dev" checkdepends="mtex2mml-fixtures ruby-io-console ruby-irb ruby-json ruby-minitest ruby-nokogiri ruby-rake" +options="!check" # TODO: tests fails with ruby 2.7. source="$pkgname-$pkgver.tar.gz::https://github.com/gjtorikian/$_gemname/archive/v$pkgver.tar.gz use-system-mtex2mml-fixtures.patch" builddir="$srcdir/$_gemname-$pkgver" |