Accepting request 697761 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/697761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-csvkit?expand=0&rev=7
This commit is contained in:
2019-04-30 11:03:57 +00:00
committed by Git OBS Bridge
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