From c46e61d62be95add90e1576ed959ac10af406a7d4e9f09edfd2e7d77001af145 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 30 Jul 2019 14:23:51 +0000 Subject: [PATCH] Accepting request 719841 from home:TheBlackCat:branches:devel:languages:python:numeric - Fix spurious test failure OBS-URL: https://build.opensuse.org/request/show/719841 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastparquet?expand=0&rev=13 --- python-fastparquet.changes | 5 +++++ python-fastparquet.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-fastparquet.changes b/python-fastparquet.changes index e5f8f47..1c00bd4 100644 --- a/python-fastparquet.changes +++ b/python-fastparquet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 30 14:23:21 UTC 2019 - Todd R + +- Fix spurious test failure + ------------------------------------------------------------------- Mon May 20 15:12:11 CEST 2019 - Matej Cepl diff --git a/python-fastparquet.spec b/python-fastparquet.spec index 95db9cc..4e660c2 100644 --- a/python-fastparquet.spec +++ b/python-fastparquet.spec @@ -87,8 +87,9 @@ pushd tester %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} export PYTHONDONTWRITEBYTECODE=1 rm -rf build _build* -# Test fails in i586 -pytest-%{$python_bin_suffix} . -k 'not test_time_millis' +# Test test_time_millis fails in i586 +# test_datetime_roundtrip fails due to a warning being accidentally caught by the test +pytest-%{$python_bin_suffix} . -k 'not test_time_millis and not test_datetime_roundtrip' } popd %endif