[Python-modules-commits] [dask.distributed] 09/12: dask-worker needs locale variables set to run.

Diane Trout diane at moszumanska.debian.org
Tue Aug 1 23:18:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

diane pushed a commit to branch master
in repository dask.distributed.

commit fa55be14123586d2c85b30fed651c57907774c31
Author: Diane Trout <diane at ghic.org>
Date:   Tue Aug 1 14:05:22 2017 -0700

    dask-worker needs locale variables set to run.
    
    Obviously if the daemon doesn't run, you can't test it.
---
 debian/tests/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 38883da..36ac196 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,7 +1,7 @@
 Test-Command: set -e
  ; for py in $(py3versions -r 2>/dev/null)
  ; do cd "$ADTTMP" ; echo "Testing with $py:"
- ; http_proxy= $py $(which py.test-3) -m "not avoid_travis" /usr/lib/python3/dist-packages/distributed
+ ; LC_ALL=C.UTF-8 LANG=C.UTF-8 http_proxy= $py $(which py.test-3) -m "not avoid_travis" /usr/lib/python3/dist-packages/distributed
  ; done
 Depends: @,
  python3-ipykernel,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dask.distributed.git



More information about the Python-modules-commits mailing list