[Python-modules-commits] [autopep8] 01/02: disable test suite
Sylvestre Ledru
sylvestre at moszumanska.debian.org
Mon Jun 19 21:43:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
sylvestre pushed a commit to branch master
in repository autopep8.
commit 9306df049c3c30319587d4bf013bd9d9f2fd29e8
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: Mon Jun 19 23:19:20 2017 +0200
disable test suite
---
debian/changelog | 1 -
debian/rules | 6 +++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a5e27fc..a6173a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,6 @@ autopep8 (1.3.2-1~exp1) experimental; urgency=medium
* Vcs-Git & Vcs-Browser
* Standards-Version updated 4.0.0
* Add a manpage (Closes: #864167)
- * Run the testsuite during build time
-- Sylvestre Ledru <sylvestre at debian.org> Mon, 19 Jun 2017 22:33:35 +0200
diff --git a/debian/rules b/debian/rules
index 6e0c9a2..783d157 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,9 @@ override_dh_installdocs:
help2man --version-string=$(VERSION) debian/python-autopep8/usr/bin/autopep8 > debian/autopep8.1
dh_installdocs
-override_dh_auto_test:
- make test
- dh_auto_test
+#override_dh_auto_test:
+# make test
+# dh_auto_test
override_dh_clean:
rm -f debian/*.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/autopep8.git
More information about the Python-modules-commits
mailing list