From a766bacc73b9d190134962983ad6dced989172070a3b4909226b90fa1b9fce61 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 8 Mar 2021 12:20:53 +0000 Subject: [PATCH] Accepting request 877706 from home:pmonrealgonzalez:branches:devel:languages:python - Remove a failing test-case until fixed in curl: * Upstream issue: https://github.com/curl/curl/issues/6615 OBS-URL: https://build.opensuse.org/request/show/877706 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=84 --- python-pycurl.changes | 6 ++++++ python-pycurl.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/python-pycurl.changes b/python-pycurl.changes index 4e43463..43d2249 100644 --- a/python-pycurl.changes +++ b/python-pycurl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 8 09:27:05 UTC 2021 - Pedro Monreal + +- Remove a failing test-case until fixed in curl: + * Upstream issue: https://github.com/curl/curl/issues/6615 + ------------------------------------------------------------------- Thu Jan 28 23:06:36 UTC 2021 - Dirk Müller diff --git a/python-pycurl.spec b/python-pycurl.spec index 50330d4..4179d85 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -79,6 +79,10 @@ This package contains documentation and examples. %setup -q -n pycurl-%{version} %autopatch -p1 +# temporarily remove a failing test-case until the issue is +# fixed in curl: https://github.com/curl/curl/issues/6615 +rm -f tests/failonerror_test.py + %build export CFLAGS="%{optflags} -fno-strict-aliasing" export PYCURL_SSL_LIBRARY=openssl