14
0

Accepting request 858798 from home:poorboywilly:branches:devel:languages:python

- Add patch to fix test: according to Pandoc documentation, ATX-style
headings are the default. See
https://pandoc.org/MANUAL#option--markdown-headings

OBS-URL: https://build.opensuse.org/request/show/858798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypandoc?expand=0&rev=5
This commit is contained in:
2020-12-27 22:25:33 +00:00
committed by Git OBS Bridge
parent ab92dce54c
commit c28061e016
3 changed files with 32 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/bebraw/pypandoc
Source: https://pypi.org/packages/source/p/pypandoc/pypandoc-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-test.patch -- ATX-style headings are default for
# markdown, see https://pandoc.org/MANUAL#option--markdown-headings
Patch1: fix-test.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -46,6 +49,7 @@ pypandoc provides a thin wrapper for pandoc, a universal document converter.
%prep
%setup -q -n pypandoc-%{version}
%autopatch -p1
# Disable test that requires internet
sed -i 's/\(test_basic_conversion_from_http_url\)/_\1/' tests.py