14
0
forked from pool/python-radon

Accepting request 681734 from home:frispete:python

- set environment encoding for checks in order to succeed 
  test_encoding with Python < 3.7

OBS-URL: https://build.opensuse.org/request/show/681734
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-radon?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-03-05 12:46:18 +00:00
committed by Git OBS Bridge
parent 40a11c598f
commit efaecd3502
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 5 12:43:17 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
- set environment encoding for checks in order to succeed
test_encoding with Python < 3.7
-------------------------------------------------------------------
Thu Feb 14 04:42:27 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -66,6 +66,7 @@ rm -r */lib/radon/tests
%python_clone -a %{buildroot}%{_bindir}/radon
%check
export LANG=en_US.UTF-8
%python_exec -m pytest --strict
%post