[Python-modules-commits] [dask.distributed] 04/04: Update tests/control with IPython/Jupyter dependencies

Diane Trout diane at moszumanska.debian.org
Tue May 9 18:19:50 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 d977b98c48fbd8aed348c6317d9890d786a44f81
Author: Diane Trout <diane at ghic.org>
Date:   Tue May 9 11:19:27 2017 -0700

    Update tests/control with IPython/Jupyter dependencies
---
 debian/changelog     |  2 ++
 debian/tests/control | 16 ++++++++++++++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4196ee9..9b0e0d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ dask.distributed (1.16.1+ds.1-1) unstable; urgency=medium
   * Update Build-dependencies
     - add python3-sortedcollections
     - set minimum versions for python3-{click,dask,zict}
+  * Update tests/control
+    - add IPython/Jupyter components so that gets tested
 
  -- Diane Trout <diane at ghic.org>  Mon, 24 Apr 2017 11:18:36 -0700
 
diff --git a/debian/tests/control b/debian/tests/control
index 49dc4aa..38883da 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,15 @@
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py $(which py.test-3) /usr/lib/python3/dist-packages/distributed ; done
-Depends: @, python3-joblib, python3-mock, python3-pytest, python3-requests,
+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
+ ; done
+Depends: @,
+ python3-ipykernel,
+ python3-ipython,
+ python3-ipywidgets,
+ python3-joblib,
+ python3-jupyter-client,
+ python3-mock,
+ python3-pytest,
+ python3-requests,
 Restrictions: needs-recommends

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