[Python-modules-commits] [dask] 07/08: Add more testing runtime dependencies

Diane Trout diane at moszumanska.debian.org
Wed Jul 26 22:02:03 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 8df6d5d006eb3df37da1cc03c06fc565b2a8b680
Author: Diane Trout <diane at ghic.org>
Date:   Wed Jul 26 15:00:20 2017 -0700

    Add more testing runtime dependencies
    
    Using continuous_integration/travis/install.sh for suggestions
    of what to install
---
 debian/tests/control | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
index 79e777c..4312682 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,8 +5,12 @@ Test-Command: set -e
  ; http_proxy= $py -m pytest -v --pyargs dask
  ; done
 Depends: python3-all,
+         python3-cloudpickle,
          python3-dask,
          python3-ipython,
+         python3-pandas,
+         python3-partd,
+         python3-psutil,
          python3-pytest,
          python3-scipy,
          python3-sparse

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