forked from pool/python-textX
Accepting request 715677 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/715677 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-textX?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 9 11:53:21 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- Fix Tests for Leap 15.1: click requires UTF-8 locale.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 8 14:09:51 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
Sat Jun 8 14:09:51 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
@@ -101,7 +101,9 @@ popd
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
PATH=$PATH:%{buildroot}%{_bindir} %pytest
|
export LC_ALL=C.UTF-8
|
||||||
|
export PATH=$PATH:%{buildroot}%{_bindir}
|
||||||
|
%pytest
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/data_dsl*
|
%python_expand rm -r %{buildroot}%{$python_sitelib}/data_dsl*
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/flow_codegen*
|
%python_expand rm -r %{buildroot}%{$python_sitelib}/flow_codegen*
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/flow_dsl*
|
%python_expand rm -r %{buildroot}%{$python_sitelib}/flow_dsl*
|
||||||
|
Reference in New Issue
Block a user