14
0

- Disable deprecation detector test as it is broken

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sshtunnel?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2018-05-09 11:21:51 +00:00
committed by Git OBS Bridge
parent 9069ae3276
commit 8b83bc588d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 9 11:21:33 UTC 2018 - tchvatal@suse.com
- Disable deprecation detector test as it is broken
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 9 10:59:26 UTC 2018 - tchvatal@suse.com Wed May 9 10:59:26 UTC 2018 - tchvatal@suse.com

View File

@@ -59,7 +59,8 @@ sed -i '/^#[!]*/d' sshtunnel.py
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_expand py.test-%{$python_version} # skip deprecation test https://github.com/pahaz/sshtunnel/issues/51
%python_expand py.test-%{$python_version} -k "not test_deprecate_warnings_are_shown"
%post %post
%python_install_alternative sshtunnel %python_install_alternative sshtunnel