On Sun, 4 Sep 2016 11:54:01 +0200 (CEST) Santiago Vila wrote:

> I tried to build this package in stretch with "dpkg-buildpackage -A"
> (which is what the "Arch: all" autobuilder would do to build it)
> but it failed:

I can't reproduce this build failure using `pdebuild --debbuildopts -A`.

Which version of python-openssl did you have installed?

I have version python-openssl 16.1.0-1 installed.

It looks like this issue was fixed by skipping PyOpenSSL tests on Python 3:

$ egrep -iC3 'test_unmatched_key_cert|test_unknown_source' ../*.build
test_self_send (celery.tests.security.test_serialization.test_SecureSerializer) 
... ok
test_separate_ends 
(celery.tests.security.test_serialization.test_SecureSerializer) ... ok
test_serialize (celery.tests.security.test_serialization.test_SecureSerializer) 
... ok
test_unknown_source 
(celery.tests.security.test_serialization.test_SecureSerializer) ... ok
test_unmatched_key_cert 
(celery.tests.security.test_serialization.test_SecureSerializer) ... ok
test_AsyncResult_when_not_registered 
(celery.tests.tasks.test_canvas.test_Signature) ... ok
test_INVERT (celery.tests.tasks.test_canvas.test_Signature) ... ok
test_OR (celery.tests.tasks.test_canvas.test_Signature) ... ok
--
test_self_send (celery.tests.security.test_serialization.test_SecureSerializer) 
... SKIP: PyOpenSSL does not work on Python 3
test_separate_ends 
(celery.tests.security.test_serialization.test_SecureSerializer) ... SKIP: 
PyOpenSSL does not work on Python 3
test_serialize (celery.tests.security.test_serialization.test_SecureSerializer) 
... SKIP: PyOpenSSL does not work on Python 3
test_unknown_source 
(celery.tests.security.test_serialization.test_SecureSerializer) ... SKIP: 
PyOpenSSL does not work on Python 3
test_unmatched_key_cert 
(celery.tests.security.test_serialization.test_SecureSerializer) ... SKIP: 
PyOpenSSL does not work on Python 3
test_AsyncResult_when_not_registered 
(celery.tests.tasks.test_canvas.test_Signature) ... ok
test_INVERT (celery.tests.tasks.test_canvas.test_Signature) ... ok
test_OR (celery.tests.tasks.test_canvas.test_Signature) ... ok

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to