This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository python-osmapi.
commit 7fd769ae94d510e556ef79d4ac7123c823630dbb Author: Bas Couwenberg <[email protected]> Date: Sun May 15 18:36:04 2016 +0200 Don't run flake8 in test taget, causes FTBFS. --- debian/changelog | 1 + debian/rules | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 944f468..1083e02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-osmapi (0.6.2-2) UNRELEASED; urgency=medium * Update Vcs-Git URL to use HTTPS. + * Don't run flake8 in test taget, causes FTBFS. -- Bas Couwenberg <[email protected]> Sun, 15 May 2016 18:31:42 +0200 diff --git a/debian/rules b/debian/rules index 9b13003..8cc69fd 100755 --- a/debian/rules +++ b/debian/rules @@ -6,10 +6,6 @@ export PYBUILD_NAME=osmapi dh $@ --with python2,python3 --buildsystem pybuild override_dh_auto_test: - # Check PEP-8 code style and McCabe complexity - PYBUILD_SYSTEM=custom \ - PYBUILD_TEST_ARGS="flake8 --show-pep8 --show-source ." dh_auto_test - # run tests PYBUILD_SYSTEM=custom \ PYBUILD_TEST_ARGS="nosetests --verbose" dh_auto_test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-osmapi.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

