[Python-modules-commits] [python-brainstorm] 07/10: deb/rules: dropped failsafe for dh_auto_test

Daniel Stender danstender-guest at moszumanska.debian.org
Tue May 24 18:54:38 UTC 2016


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

danstender-guest pushed a commit to branch master
in repository python-brainstorm.

commit 250ec4de9dbe7e07deb0feb0df229fcc21053a2d
Author: Daniel Stender <stender at debian.org>
Date:   Tue May 24 19:08:25 2016 +0200

    deb/rules: dropped failsafe for dh_auto_test
---
 debian/TODO      | 2 --
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/TODO b/debian/TODO
index 2919d98..b827caa 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -2,8 +2,6 @@
 
 - examples have py2 shebangs
 
-- test_weight_modifiers.py::test_limit_incoming_weights_squared FAILED
-
 - install DEP-8 tests
 
 - hardening-no-bindnow _cpuop.cpython-35m-x86_64-linux-gnu.so
diff --git a/debian/changelog b/debian/changelog
index ec50822..9fce3ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,10 +6,11 @@ python-brainstorm (0.5-2) UNRELEASED; urgency=medium
     + short description made more precise.
     + added description text on GPU accelerated computation.
   * deb/rules:
+    + dropped failsafe for dh_auto_test.
     + sorted overrides into build log order.
     + added override for dh_gencontrol to run dh_numpy3.
 
- -- Daniel Stender <stender at debian.org>  Tue, 24 May 2016 18:23:44 +0200
+ -- Daniel Stender <stender at debian.org>  Tue, 24 May 2016 19:07:49 +0200
 
 python-brainstorm (0.5-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 44e2f2e..ab85a63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_NAME=brainstorm
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_test:
-	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="cp -a brainstorm/tests {build_dir}/brainstorm/tests; {interpreter} -Wd -m pytest {build_dir}/brainstorm/tests -v -rs; rm -rf {build_dir}/brainstorm/tests" dh_auto_test || true
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="cp -a brainstorm/tests {build_dir}/brainstorm/tests; {interpreter} -Wd -m pytest {build_dir}/brainstorm/tests -v -rs; rm -rf {build_dir}/brainstorm/tests" dh_auto_test
 
 override_dh_installdocs:
 	dh_installdocs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-brainstorm.git



More information about the Python-modules-commits mailing list