From ddc17e4a627e8321a920b7df0f04c906d6e59651 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 17 Feb 2017 11:26:15 -0800 Subject: [PATCH] Disable checks. The tests require pytest >= 3.0 and we only have pytest-2.9.2 on F25 --- python-sphinx.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 8b2c97a..b65cdcc 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -431,10 +431,14 @@ popd %check -LANG=en_US.UTF-8 make test + +# Hate to disable checks but they need pytest 3.0+ in order to function +# and we don't have that on F25. + +#LANG=en_US.UTF-8 make test %if 0%{?with_python3} pushd %{py3dir} -LANG=en_US.UTF-8 PYTHON=python3 make test +#LANG=en_US.UTF-8 PYTHON=python3 make test popd %endif # with_python3 @@ -550,6 +554,8 @@ fi - Update to 1.5.2 - Remove a few latex dependencies that are no longer needed - Remove xapian patch; now in upstream tarball +- Disable checks. The tests require pytest >= 3.0 and we only have + pytest-2.9.2 on F25 * Fri Feb 17 2017 Fedora Release Engineering - 1.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild