[Python-modules-commits] [dask] 07/07: Update autopkgtest depends

Diane Trout diane at moszumanska.debian.org
Tue Apr 25 03:40:12 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 b4f027bc9642358b1db8822cdfd4ff7b95445cd1
Author: Diane Trout <diane at ghic.org>
Date:   Mon Apr 24 20:39:02 2017 -0700

    Update autopkgtest depends
---
 debian/changelog     |  1 +
 debian/tests/control | 12 ++++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 596b7a8..e5cc980 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ dask (0.14.1-1) unstable; urgency=medium
   * New upstream release (Closes: #860923)
   * Update required build-depends versions for partd and toolz
   * Update recommened dask.distributed version
+  * Update autopkgtest depends
 
  -- Diane Trout <diane at ghic.org>  Mon, 24 Apr 2017 10:38:25 -0700
 
diff --git a/debian/tests/control b/debian/tests/control
index 03ac523..d3b2180 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,10 @@
-Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py $(which py.test-3) --pyargs dask ; done
-Depends: python3-all, python3-pytest, python3-dask, python3-distributed
+Test-Command: set -e
+ ; for py in $(py3versions -r 2>/dev/null)
+ ; do cd "$ADTTMP"
+ ; echo "Testing with $py:"
+ ; $py $(which py.test-3) --pyargs dask
+ ; done
+Depends: @,
+ python3-distributed (>= 0.16),
+ python3-pytest,
+ python3-scipy,

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