Accepting request 682598 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/682598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyOpenSSL?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2019-03-12 08:45:02 +00:00 committed by Git OBS Bridge
commit 0f9bef1cb4
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 15:53:31 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove no longer necessary pytest argument -k "not test_export_text"
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 2 16:29:39 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com> Sat Mar 2 16:29:39 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -72,7 +72,7 @@ other things) a cffi-based interface to OpenSSL.
%check %check
export LC_ALL=en_US.UTF-8 export LC_ALL=en_US.UTF-8
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} -m "not network" -k "not test_export_text" py.test-%{$python_bin_suffix} -m "not network"
} }
%files %{python_files} %files %{python_files}