[python-osmapi] 02/04: Don't run flake8 in test taget, causes FTBFS.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun May 15 17:16:15 UTC 2016
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 <sebastic at xs4all.nl>
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 <sebastic at debian.org> 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
More information about the Pkg-grass-devel
mailing list