From a9f77a6d1ae8dd335193db5e3b01854bd225140d Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Jul 12 2023 20:06:55 +0000 Subject: Unconditionally disable doctest for now Signed-off-by: Michel Alexandre Salim --- diff --git a/python-tblib.spec b/python-tblib.spec index a377906..141bee2 100644 --- a/python-tblib.spec +++ b/python-tblib.spec @@ -44,11 +44,11 @@ BuildRequires: python3dist(twisted) %pyproject_save_files %{srcname} %check -# doctest is disabled on Python 3.11+ +# doctest is disabled - failing on 3.9, 3.11 and 3.12 # due to changes in tracebacks README.rst needs to be adapted # upstream report: https://github.com/ionelmc/python-tblib/issues/64 %{pytest} -ra tests \ - %if v"0%{?python3_version}" <= v"3.10" + %if 0 && v"0%{?python3_version}" <= v"3.10" README.rst %endif