14
0
forked from pool/python-joblib

Accepting request 682533 from home:jayvdb:py-check-failures

- Remove no longer necessary pytest argument
  -k 'not test_no_blas_crash_or_freeze_with_subprocesses'

OBS-URL: https://build.opensuse.org/request/show/682533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=24
This commit is contained in:
Tomáš Chvátal
2019-03-07 16:42:34 +00:00
committed by Git OBS Bridge
parent dcc6efe0f4
commit cb72ccabdc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 7 15:57:20 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove no longer necessary pytest argument
-k 'not test_no_blas_crash_or_freeze_with_subprocesses'
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 29 16:41:57 CET 2019 - mcepl@suse.com Tue Jan 29 16:41:57 CET 2019 - mcepl@suse.com

View File

@@ -64,7 +64,7 @@ Joblib can handle large data and has specific optimizations for `numpy` arrays.
%check %check
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix} joblib -k 'not test_no_blas_crash_or_freeze_with_subprocesses' py.test-%{$python_bin_suffix} joblib
} }
%files %{python_files} %files %{python_files}