forked from pool/python-geventhttpclient
- skip test test_cookielib_compatibility as it is borked upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geventhttpclient?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
c94b0632b3
commit
c779bc3429
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 11:07:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- skip test test_cookielib_compatibility as it is borked upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 22 10:03:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Mar 22 10:03:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-geventhttpclient
|
# spec file for package python-geventhttpclient
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: HTTP client library for gevent
|
Summary: HTTP client library for gevent
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: http://github.com/gwik/geventhttpclient
|
URL: https://github.com/gwik/geventhttpclient
|
||||||
Source: https://files.pythonhosted.org/packages/source/g/geventhttpclient/geventhttpclient-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/g/geventhttpclient/geventhttpclient-%{version}.tar.gz
|
||||||
Source1: https://raw.githubusercontent.com/gwik/geventhttpclient/master/LICENSE-MIT
|
Source1: https://raw.githubusercontent.com/gwik/geventhttpclient/master/LICENSE-MIT
|
||||||
Patch0: gevent-mark-tests.patch
|
Patch0: gevent-mark-tests.patch
|
||||||
@@ -66,7 +66,8 @@ cp %{SOURCE1} .
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=$PYTHONPATH:%{buildroot}%{$python_sitearch} $python -mpytest src/geventhttpclient/tests -m 'not online'
|
# test_cookielib_compatibility https://github.com/gwik/geventhttpclient/issues/119
|
||||||
|
%pytest_arch -m 'not online' -k 'not test_cookielib_compatibility'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE-MIT
|
%license LICENSE-MIT
|
||||||
|
Reference in New Issue
Block a user