[Python-modules-commits] [dask] 01/08: unset http_proxy for tests, just in case it was pointing at apt-cache-ng

Diane Trout diane at moszumanska.debian.org
Wed Jul 26 22:02:02 UTC 2017


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

diane pushed a commit to branch master
in repository dask.

commit c989df97b6c17dbd528abe47e7d8bc37a23d6ea7
Author: Diane Trout <diane at ghic.org>
Date:   Fri Jul 7 14:51:33 2017 -0700

    unset http_proxy for tests, just in case it was pointing at apt-cache-ng
---
 debian/tests/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 7f25fc9..79e777c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -2,7 +2,7 @@ Test-Command: set -e
  ; for py in $(py3versions -r 2>/dev/null)
  ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"
- ; $py -m pytest -v --pyargs dask
+ ; http_proxy= $py -m pytest -v --pyargs dask
  ; done
 Depends: python3-all,
          python3-dask,

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



More information about the Python-modules-commits mailing list