[theano] 02/05: deb/rules: run tests with bin/theano-nose

Daniel Stender stender at moszumanska.debian.org
Sat Jul 9 23:32:52 UTC 2016


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

stender pushed a commit to branch master
in repository theano.

commit 4d5e52be873922d4277663efc851811404b59b37
Author: Daniel Stender <stender at debian.org>
Date:   Sat Jul 9 19:26:39 2016 +0200

    deb/rules: run tests with bin/theano-nose
---
 debian/changelog | 6 ++++--
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2df8dd1..ced6fa5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 theano (0.7-4) UNRELEASED; urgency=medium
 
-  * deb/rules: fixed base_compiledir in export for THEANO_FLAGS.
+  * deb/rules:
+    + fixed base_compiledir in export for THEANO_FLAGS.
+    + run tests with bin/theano-nose.
 
- -- Daniel Stender <stender at debian.org>  Tue, 05 Jul 2016 20:34:03 +0200
+ -- Daniel Stender <stender at debian.org>  Sat, 09 Jul 2016 19:25:49 +0200
 
 theano (0.7-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 001cf57..389c2a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_install:
 	rm -fv debian/python*-theano/usr/lib/python*/dist-packages/theano/misc/check_blas_many.sh
 
 override_dh_auto_test:
-	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS='PYTHONPATH=. {interpreter} -m nose -v' dh_auto_test || true # a few errors remain
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS='PYTHONPATH=. {interpreter} bin/theano-nose -v' dh_auto_test || true # a few errors remain
 
 override_dh_installdocs:
 	dh_installdocs -A README.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/theano.git



More information about the debian-science-commits mailing list