retitle 841468 sorl-thumbnail: make test suite work for Python 3 and pgmagick
severity 841468 normal
thanks

On 2016-10-21 00:12, Daniele Forsi wrote:
> I see that python3-sorl-thumbnail contains a pgmagick_engine.py file so
> I think this omission is an error.

Hi Daniele, you are very observant! :~)

In fact, I assume that the combination of Python 3 and pgmagick
works, but I don't want to advertise it, because the test suite
fails. I just dropped it in debian/rules:27:

if [ $$(echo $$python | cut -f 1 -d .)"-$$name" = "python3-pgmagick" ]; then 
continue; fi;

I would like to have the errors fixed first (whether the errors
originate in pgmagick or sorl or the test suite, I don't know)
and only then advertise the feature.

I'm not working on this, however. So if nobody else steps in,
the problem will stay.

_______________________________________________
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