- Add skip-failing-test.patch skipping failing test

gh#sphinx-contrib/autoprogram#54.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-autoprogram?expand=0&rev=11
This commit is contained in:
2022-12-08 09:34:56 +00:00
committed by Git OBS Bridge
parent 47f0923249
commit 7b61fc4c26
4 changed files with 33 additions and 8 deletions

View File

@@ -1,7 +1,9 @@
Index: autoprogram-0.1.7/sphinxcontrib/autoprogram.py
===================================================================
--- autoprogram-0.1.7.orig/sphinxcontrib/autoprogram.py 2022-02-18 13:57:19.100334018 +0100
+++ autoprogram-0.1.7/sphinxcontrib/autoprogram.py 2022-02-18 13:57:56.028550128 +0100
---
sphinxcontrib/autoprogram.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--- a/sphinxcontrib/autoprogram.py
+++ b/sphinxcontrib/autoprogram.py
@@ -476,7 +476,11 @@ class ScannerTestCase(unittest.TestCase)
# section: default optionals
program, options, group = sections[1]