diff --git a/python-joblib.changes b/python-joblib.changes index 002698d..cdb54d8 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 7 15:57:20 UTC 2019 - John Vandenberg + +- 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 diff --git a/python-joblib.spec b/python-joblib.spec index 89b7885..4ecfb09 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -64,7 +64,7 @@ Joblib can handle large data and has specific optimizations for `numpy` arrays. %check export LANG=en_US.UTF-8 %{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}