Skip failing test to avoid FTBFS

This commit is contained in:
Tomáš Hrnčiar 2023-05-18 09:18:46 +02:00
commit 26d49d1f7e
2 changed files with 41 additions and 1 deletions

View file

@ -1,6 +1,6 @@
Name: python-lxml
Version: 4.9.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
# The lxml project is licensed under BSD-3-Clause
@ -11,6 +11,9 @@ License: BSD-3-Clause AND MIT-CMU AND MIT
URL: https://github.com/lxml/lxml
Source: %{pypi_source lxml}
# Upstream issue: https://bugs.launchpad.net/lxml/+bug/2016939
Patch: Skip-failing-test-test_html_prefix_nsmap.patch
BuildRequires: gcc
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
@ -76,6 +79,9 @@ cp -a build/lib.%{python3_platform}-*/* src/
%doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
%changelog
* Mon May 29 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 4.9.2-3
- Skip failing test to avoid FTBFS
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild