[Python-modules-commits] [pylint-flask] 01/02: deb/rules: disabled tests, added info

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Jan 23 19:41:04 UTC 2016


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

danstender-guest pushed a commit to branch master
in repository pylint-flask.

commit cdd2696a5dd918c8765e3d5cc1fa065773831b1d
Author: Daniel Stender <debian at danielstender.com>
Date:   Sat Jan 23 20:31:35 2016 +0100

    deb/rules: disabled tests, added info
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8aae292..a31c88a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,6 @@ export PYBUILD_NAME=pylint-flask
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
-	PYBUILD_SYSTEM=custom \
-	PYBUILD_TEST_ARGS="PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. {interpreter} test/test_func.py" \
-	dh_auto_test
+	# running tests need test/input (https://github.com/jschaf/pylint-flask/issues/2),
+	# flask-bcrypt and flask-admin (missing)
+	# PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. {interpreter} test/test_func.py" dh_auto_test

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



More information about the Python-modules-commits mailing list