Skip test_odt on Python 3.8+
See https://bugzilla.redhat.com/show_bug.cgi?id=1687377
This commit is contained in:
parent
f1e981c709
commit
54a4d52d9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user