forked from pool/python-sshtunnel
Accepting request 682515 from home:jayvdb:py-check-failures
- Remove test runner exception as bug is fixed upstream OBS-URL: https://build.opensuse.org/request/show/682515 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sshtunnel?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
0a9797f3dc
commit
4ead1f15b8
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 7 15:08:15 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
- Remove test runner exception as bug is fixed upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 23 14:27:09 UTC 2018 - alarrosa@suse.com
|
Thu Aug 23 14:27:09 UTC 2018 - alarrosa@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sshtunnel
|
# spec file for package python-sshtunnel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -58,8 +58,7 @@ sed -i '1{\,^#!%{_bindir}/env python,d}' sshtunnel.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# skip deprecation test https://github.com/pahaz/sshtunnel/issues/51
|
%python_expand py.test-%{$python_version}
|
||||||
%python_expand py.test-%{$python_version} -k "not test_deprecate_warnings_are_shown"
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative sshtunnel
|
%python_install_alternative sshtunnel
|
||||||
|
Reference in New Issue
Block a user