[Python-modules-commits] [python-git] 03/05: remove override_dh_auto_test

Takaki Taniguchi takaki at moszumanska.debian.org
Sun Nov 29 08:23:05 UTC 2015


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

takaki pushed a commit to annotated tag debian/1.0.1+git137-gc8b8379-2
in repository python-git.

commit 53b39bc3db7d3c8a850c4465ba30efd73a6b9ce1
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Sun Nov 29 17:00:43 2015 +0900

    remove override_dh_auto_test
---
 debian/rules | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8a67da3..33d2117 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,17 +9,17 @@ override_dh_installdocs:
 %:
 	dh $@ --with python2
 
-override_dh_auto_test:
-	: # run tests only if we can fetch original sources repository
-	-mkdir -p build/test; cd build/test; \
-         git config --global http.sslVerify false; git config --global user.name "TESTING"; git config --global user.email "TESTING at example.com"; \
-         git clone git://github.com/gitpython-developers/GitPython; \
-         cd GitPython; git submodule update --init --recursive; \
-          for i in `seq 4`; do git reset --hard HEAD~1; done; git reset --hard origin/master; touch ../go
-	[ ! -e build/test/go ] || \
-     LC_ALL=C.UTF-8 \
-     GIT_PYTHON_TEST_GIT_REPO_BASE=$(CURDIR)/build/test/GitPython \
-	 nosetests -s -v git/test
+#override_dh_auto_test:
+#	: # run tests only if we can fetch original sources repository
+#	-mkdir -p build/test; cd build/test; \
+#         git config --global http.sslVerify false; git config --global user.name "TESTING"; git config --global user.email "TESTING at example.com"; \
+#         git clone git://github.com/gitpython-developers/GitPython; \
+#         cd GitPython; git submodule update --init --recursive; \
+#          for i in `seq 4`; do git reset --hard HEAD~1; done; git reset --hard origin/master; touch ../go
+#	[ ! -e build/test/go ] || \
+#     LC_ALL=C.UTF-8 \
+#     GIT_PYTHON_TEST_GIT_REPO_BASE=$(CURDIR)/build/test/GitPython \
+#	 nosetests -s -v git/test
 
 #override_dh_auto_clean:
 #	dh_auto_clean

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



More information about the Python-modules-commits mailing list