Disable checks. The tests require pytest >= 3.0 and we only have pytest-2.9.2 on F25

This commit is contained in:
Toshio Kuratomi 2017-02-17 11:26:15 -08:00
commit ddc17e4a62

View file

@ -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 <releng@fedoraproject.org> - 1.5.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild