[med-svn] [python-screed] 01/01: fix tests
Michael Crusoe
misterc-guest at moszumanska.debian.org
Tue Feb 2 14:19:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository python-screed.
commit 5f9b3a4efc42d3cd37d351369d521c41a448ebf2
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Tue Feb 2 06:05:43 2016 -0800
fix tests
---
debian/control | 4 ++--
debian/tests/run-unit-test | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index db0fb3b..9ad529c 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,10 @@ Build-Depends: debhelper (>= 9.0.0),
python3-setuptools,
python3-sphinx,
python3-nose,
- python3-bz2file
+ python3-bz2file
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-screed.git
-Vcs-Git: git://anonscm.debian.org/debian-med/python-screed.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/python-screed.git
Homepage: https://screed.readthedocs.org
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
index d77bb43..abbeac2 100755
--- a/debian/tests/run-unit-test
+++ b/debian/tests/run-unit-test
@@ -6,5 +6,8 @@ if [ "$ADTTMP" = "" ] ; then
fi
cd $ADTTMP
-cp -r /usr/lib/python2.7/dist-packages/screed .
-nosetests --attr '!known_failing' screed
+for release in /usr/lib/python*/dist-packages/screed
+do
+ cp -r ${release} .
+ nosetests --attr '!known_failing' screed
+done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-screed.git
More information about the debian-med-commit
mailing list