diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2021-02-28 15:38:08 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2021-02-28 15:42:15 -0500 |
commit | 15bacd65d54f695e25f2b3c333611b3da19be025 (patch) | |
tree | dfe9221cd4d0799113635be37f2d476e27398bef /app-text | |
parent | net-libs/libnetfilter_conntrack: stable 1.0.7 for ppc64 (diff) | |
download | gentoo-15bacd65d54f695e25f2b3c333611b3da19be025.tar.gz gentoo-15bacd65d54f695e25f2b3c333611b3da19be025.tar.bz2 gentoo-15bacd65d54f695e25f2b3c333611b3da19be025.zip |
app-text/XML-Schema-learner: disable test suite.
The test suite for this package no longer passes with modern versions
of PHPUnit. Add RESTRICT=test until the package can be updated.
Closes: https://bugs.gentoo.org/772977
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild index 8da9a7b4ee68..c876bebfd7d5 100644 --- a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild +++ b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -RESTRICT="!test? ( test )" + +# This test suite used to work but needs an update for modern versions +# of PHPUnit. See https://github.com/kore/XML-Schema-learner/issues/6 +RESTRICT="test" # PHP dependency can be inferred from .travis.yml in the repository. # The necessary USE flags on the other hand were found the hard way. |