[pyoperators] 03/04: Enable testing of the iterative solver.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jun 14 11:25:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pyoperators.
commit 2db08a59c0d740dcde716111f9c824599dd81a42
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Mon Jun 13 09:15:54 2016 +0100
Enable testing of the iterative solver.
---
debian/rules | 1 -
debian/tests/python2 | 2 +-
debian/tests/python3 | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 516a75f..074f772 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
#export DH_VERBOSE=1
export PYBUILD_NAME=pyoperators
-export PYBUILD_TEST_ARGS=--ignore-files=iterative
%:
dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/tests/python2 b/debian/tests/python2
index 558e9c1..fc44113 100755
--- a/debian/tests/python2
+++ b/debian/tests/python2
@@ -8,5 +8,5 @@ cd "$ADTTMP"
for py in $pys; do
echo "=== $py ==="
- $py -m nose test --ignore-files=iterative 2>&1
+ $py -m nose test 2>&1
done
diff --git a/debian/tests/python3 b/debian/tests/python3
index 09f8180..c273ded 100755
--- a/debian/tests/python3
+++ b/debian/tests/python3
@@ -8,5 +8,5 @@ cd "$ADTTMP"
for py in $pys; do
echo "=== $py ==="
- $py -m nose test --ignore-files=iterative 2>&1
+ $py -m nose test 2>&1
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyoperators.git
More information about the debian-science-commits
mailing list