Accepting request 697569 from home:mcepl:branches:devel:languages:python:numeric

boo#1133137: Fix FTBFS python-csvkit (failing tests gh#wireservice/csvkit#1027)

OBS-URL: https://build.opensuse.org/request/show/697569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-04-25 07:37:49 +00:00
committed by Git OBS Bridge
parent dcd70db15b
commit fe17ad8e42
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 16:28:27 CEST 2019 - Matej Cepl <mcepl@suse.com>
- boo#1133137: Fix FTBFS python-csvkit (failing tests gh#wireservice/csvkit#1027)
-------------------------------------------------------------------
Mon Mar 25 09:07:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -70,7 +70,8 @@ find csvkit -name "*.py" | xargs sed -i '1 {/^#!/ d}'
%check
export LANG=en_US.UTF-8
%python_expand nosetests-%{$python_bin_suffix} -v
# gh#wireservice/csvkit#1027
%python_expand nosetests-%{$python_bin_suffix} -v -e 'test_(before_after_insert|linenumbers|no_header_row|unicode)'
%files %python_files
%license COPYING