1
0

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
This commit is contained in:
Todd R 2019-07-30 14:23:51 +00:00 committed by Git OBS Bridge
parent 6f19f6c0ef
commit c46e61d62b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 30 14:23:21 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Fix spurious test failure
-------------------------------------------------------------------
Mon May 20 15:12:11 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -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