14
0
forked from pool/python-pycurl

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
This commit is contained in:
2021-03-08 12:20:53 +00:00
committed by Git OBS Bridge
parent 37678d79d4
commit a766bacc73
2 changed files with 10 additions and 0 deletions

View File

@@ -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