14
0
forked from pool/python-pycurl

- Skip 4 tests that are tied to old bottle version so we can

update the python-bottle package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=66
This commit is contained in:
Tomáš Chvátal
2019-11-18 10:53:07 +00:00
committed by Git OBS Bridge
parent 2c6fe7918e
commit 9f3b1794c6
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 18 10:52:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip 4 tests that are tied to old bottle version so we can
update the python-bottle package
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 23 10:20:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Tue Jul 23 10:20:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pycurl # spec file for package python-pycurl
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -113,8 +113,9 @@ fi
if ! pkg-config --variable=supported_protocols libcurl|grep -qw SCP; then if ! pkg-config --variable=supported_protocols libcurl|grep -qw SCP; then
test_flags="$test_flags,\!ssh" test_flags="$test_flags,\!ssh"
fi fi
# test_getinfo are failing with new bottle
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} \ %{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} \
nosetests-%{$python_bin_suffix} -v --with-flaky -a "$test_flags" nosetests-%{$python_bin_suffix} -v --with-flaky -a "$test_flags" -e 'test_getinfo'
} }
rm -rf %{buildroot}%{_libexecdir}/debug %{buildroot}%{_libdir}/python* rm -rf %{buildroot}%{_libexecdir}/debug %{buildroot}%{_libdir}/python*
%endif # test %endif # test