Aha, good catch. Unfortunately we cannot just add $(PY3VERS) to the list of
versions to test, as Python 3.2 has additional failures in 
test_mem.testMemory(1|2).

In this case the tests are incorrect, but they've already been fixed upstream.
(The tests fail when attempting to allocate a 0-byte chunk of memory).

So I suggest we just add the following code immediately after the Python 2 
tests.

for P in $(PY3VERS); do \
 PYTHONPATH=`/bin/ls -d $(CURDIR)/build/lib.*-$$P` \
  /usr/bin/python$$P /usr/bin/nosetests -v -w test 
--exclude='test(PackUnpackExternal|FreePredefined|Memory)'; \
done







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to