]> git.pld-linux.org Git - packages/python-dateutil.git/commitdiff
- try with PYTHONIOENCODING
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Mar 2020 19:31:11 +0000 (20:31 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Mar 2020 19:31:11 +0000 (20:31 +0100)
python-dateutil.spec

index 27ce828f0d9a0d34d39f24ea169489781b3b76c1..77fb13b7c2b48ff968db2e291a28e92fd5911334 100644 (file)
@@ -151,7 +151,7 @@ aktualna w stosunku do systemowych danych zoneinfo.
 
 %if %{with tests}
 # python 2 pytest on builders seem to fail when passing exception containing non-ascii characters
-LC_ALL=C.UTF-8 \
+LC_ALL=C.UTF-8 PYTHONIOENCODING=utf8 \
 PYTHONPATH=$(pwd) \
 %{__python} -m pytest --deselect=dateutil/test/test_isoparser.py::test_iso_raises dateutil/test
 %endif
This page took 0.129425 seconds and 4 git commands to generate.