[med-svn] [python-avro] 11/14: Remove build-time testing for Python2 package

Afif Elghraoui afif-guest at moszumanska.debian.org
Sun Oct 25 00:46:25 UTC 2015


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

afif-guest pushed a commit to branch master
in repository python-avro.

commit c917c0af1b47197a5cc13ce90901529d843dc854
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Oct 24 17:34:27 2015 -0700

    Remove build-time testing for Python2 package
    
    The tests depend on some components that were only available
    in a pre-build jar file (and I couldn't find the source for that
    elsewhere).
---
 debian/rules | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index 83956e7..7a5bd68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,18 +45,6 @@ override_dh_auto_configure:
 		--sourcedirectory=lang/py3      \
 		--package=python3-avro
 
-override_dh_auto_test:
-	PYBUILD_DISABLE_python3=1		\
-	PYBUILD_SYSTEM=custom			\
-	PYBUILD_TEST_ARGS="ant test"		\
-	dh_auto_test				\
-		--sourcedirectory=$(py2srcdir)	\
-		--package=python-avro
-	PYBUILD_DISABLE_python2=1               \
-	dh_auto_test                            \
-		--sourcedirectory=lang/py3      \
-		--package=python3-avro
-
 # Only keep /usr/bin/avro that is provided by the python3
 # package
 override_dh_install:

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



More information about the debian-med-commit mailing list