From 54a4d52d9c688001b38ad7d05353ebbc17881132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 17 Jun 2019 23:51:59 +0200 Subject: [PATCH] Skip test_odt on Python 3.8+ See https://bugzilla.redhat.com/show_bug.cgi?id=1687377 --- python-docutils.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-docutils.spec b/python-docutils.spec index b7ec8ab..55d6176 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -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