[Python-modules-team] Bug#687316: python-psutil: testsuite not run due to syntax error

Julian Taylor jtaylor.debian at googlemail.com
Tue Sep 11 16:41:26 UTC 2012


Package: python-psutil
Version: 0.6.1-2
Tags: experimental

the testsuite in experimental is not run:

# run tests
for test in test_memory_leaks.py test_psutil.py ;\
	do \
	    for python in python2.6 python2.7 ; do \
  	        echo "running "test/$test" on "$python ; \
		LIB=$($python -c "from distutils.command.build import build ; from
distutils.core import Distribution ; b = build(Distribution()) ;
b.finalize_options() ; print b.build_platlib") ; \
	        PYTHONPATH=$LIB $python test/$test ; \
	    done \
	    for python in python3.2 ; do \
  	        echo "running "test/$test" on "$python ; \
		LIB=$($python -c "from distutils.command.build import build ; from
distutils.core import Distribution ; b = build(Distribution()) ;
b.finalize_options() ; print (b.build_platlib)") ; \
	        PYTHONPATH=$LIB $python test/$test ; \
	    done \
	done
/bin/sh: 8: Syntax error: "for" unexpected (expecting "done")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20120911/89224aec/attachment.pgp>


More information about the Python-modules-team mailing list