14
0

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:
Tomáš Chvátal
2019-12-10 08:16:35 +00:00
committed by Git OBS Bridge
parent 3325f5e7d2
commit 48f1906f04
2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -60,6 +60,8 @@ sed -i -e 's:e.message:e.args[0]:g' tests/test_filters.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# for some reason the locale is set to C during tests?
export LANG="en_US.UTF8"
%{pytest}
%files %{python_files}