Skip test_odt on Python 3.8+

See https://bugzilla.redhat.com/show_bug.cgi?id=1687377
This commit is contained in:
Miro Hrončok 2019-06-17 23:51:59 +02:00
parent f1e981c709
commit 54a4d52d9c

View File

@ -96,6 +96,11 @@ popd
# We want the licenses but don't need this build file
rm -f licenses/docutils.conf
%if 0%{?python3_version_nodots} >= 38
# https://bugzilla.redhat.com/show_bug.cgi?id=1687377
rm python3/test/test_writers/test_odt.py
%endif
%build
pushd python2
%py2_build