[Python-modules-commits] [python-verboselogs] 04/13: Disable tests for now
Gaurav Juvekar
gauravjuvekar-guest at moszumanska.debian.org
Sun Mar 12 20:12:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
gauravjuvekar-guest pushed a commit to branch master
in repository python-verboselogs.
commit bd6d714ba7ccc2703b462c31c625ad15e557032a
Author: Gaurav Juvekar <gauravjuvekar at gmail.com>
Date: Wed Feb 1 14:16:37 2017 +0530
Disable tests for now
This package build-depends on python-coloredlogs for tests, however,
python-colored logs depnds on this package. We disable the tests for
now, until python-coloredlogs can be packaged.
Then we can enable these tests again.
---
debian/rules | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9abb5ca..afb9e51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,8 @@
export PYBUILD_NAME=verboselogs
%:
- dh $@ --with python3,pypy,python2 --buildsystem=pybuild
\ No newline at end of file
+ dh $@ --with python3,pypy,python2 --buildsystem=pybuild
+
+override_dh_auto_test:
+ # Do nothing as these tests (build) depend on python-coloredlogs, however
+ # coloredlogs depends on this package forming a circular dependency
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-verboselogs.git
More information about the Python-modules-commits
mailing list