[med-svn] [python-skbio] 03/05: drop tests of Python2 package

Andreas Tille tille at debian.org
Thu Jul 14 20:10:46 UTC 2016


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

tille pushed a commit to branch master
in repository python-skbio.

commit 2ffd803373de25f71e3531ef8b5ff32b03327a15
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 14 21:54:08 2016 +0200

    drop tests of Python2 package
---
 debian/changelog          | 1 +
 debian/tests/control      | 4 +---
 debian/tests/import-skbio | 2 --
 debian/tests/testsuite    | 2 --
 4 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3c700cc..e21734c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-skbio (0.5.0-1) UNRELEASED; urgency=medium
   [ Andreas Tille ]
   * hardening=+bindnow
   * drop unused lintian overrides
+  * drop tests of Python2 package
 
  -- Kevin Murray <spam at kdmurray.id.au>  Tue, 28 Jun 2016 13:55:33 +1000
 
diff --git a/debian/tests/control b/debian/tests/control
index bf90902..66852c0 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,4 @@
 Tests: import-skbio testsuite
-Depends: python-skbio,
-         python3-skbio,
-         python-httpretty,
+Depends: python3-skbio,
          python3-httpretty,
 Restrictions: allow-stderr
diff --git a/debian/tests/import-skbio b/debian/tests/import-skbio
index e41f3ab..c609c9a 100644
--- a/debian/tests/import-skbio
+++ b/debian/tests/import-skbio
@@ -5,8 +5,6 @@ set -e
 cd /tmp
 echo "backend: agg" > matplotlibrc
 
-python2 -c 'import skbio'
-
 python3 -c 'import skbio'
 
 rm -f matplotlibrc
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index 0a90d27..c534ee1 100644
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -5,8 +5,6 @@ set -e
 cd /tmp
 echo "backend: agg" > matplotlibrc
 
-python2 -m skbio.test
-
 python3 -m skbio.test
 
 rm -f matplotlibrc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-skbio.git



More information about the debian-med-commit mailing list