forked from pool/python-webassets
Accepting request 755400 from home:emendonca:octoprint
- Adding locale variables, as some tests would fail due to unicode errors. OBS-URL: https://build.opensuse.org/request/show/755400 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webassets?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
3325f5e7d2
commit
48f1906f04
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 20:55:03 UTC 2019 - Erico Mendonca <erico.mendonca@suse.com>
|
||||||
|
|
||||||
|
- Adding locale variables, as some tests would fail due to unicode errors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 15:15:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Mar 8 15:15:52 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -60,6 +60,8 @@ sed -i -e 's:e.message:e.args[0]:g' tests/test_filters.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# for some reason the locale is set to C during tests?
|
||||||
|
export LANG="en_US.UTF8"
|
||||||
%{pytest}
|
%{pytest}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
|||||||
Reference in New Issue
Block a user