[med-svn] [python-avro] 02/02: Revise autopkgtest test-command and dependencies

Afif Elghraoui afif-guest at moszumanska.debian.org
Sun Nov 29 07:33:17 UTC 2015


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

afif-guest pushed a commit to branch topic/autopkgtest
in repository python-avro.

commit 4786fd991a30a28d2f7282d13722758b7a0ac700
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Mon Nov 23 23:15:56 2015 -0800

    Revise autopkgtest test-command and dependencies
    
    The test does not run for python-avro, so explicitly set dependency
    as python3-avro. Also, the test script is not executable, so it
    needs to be called with the interpreter.
    .
    There's still a problem here since the avro.test module is not
    installed with the package. Autopkgtest will therefore fail.
---
 debian/tests/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/tests/control b/debian/tests/control
index 31f9c13..bf79f58 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,3 @@
-Test-Command: cd lang/py3/avro/tests && ./run_tests.py discover -v
+Test-Command: cd lang/py3/avro/tests && python3 run_tests.py discover -v
+Depends: python3-avro
 Restrictions: allow-stderr

-- 
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