[Python-modules-commits] [dask] 05/08: Improve the DEP-8 tests

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jun 1 19:52:18 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository dask.

commit 427d557f4bb748a6c39adc67b49975e2048cb6a5
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jun 1 19:41:48 2017 +0100

    Improve the DEP-8 tests
    
    - Add missing dependency on python3-all
    - Add missing dependency on ipython and sparse
    - Add missing needs-recommends restriction
    - Drop dependency on python3-distributed, now pulled transitively by
      Recommends
    - Run the tests in verbose mode
    
    Gbp-Dch: Full
---
 debian/tests/control | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index d3b2180..7f25fc9 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,10 +1,13 @@
 Test-Command: set -e
  ; for py in $(py3versions -r 2>/dev/null)
- ; do cd "$ADTTMP"
+ ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"
- ; $py $(which py.test-3) --pyargs dask
+ ; $py -m pytest -v --pyargs dask
  ; done
-Depends: @,
- python3-distributed (>= 0.16),
- python3-pytest,
- python3-scipy,
+Depends: python3-all,
+         python3-dask,
+         python3-ipython,
+         python3-pytest,
+         python3-scipy,
+         python3-sparse
+Restrictions: needs-recommends

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