Re: Can't manage to fix error ImportError: No module named runtests

2016-08-10 Thread Germano Massullo
Ok problem solved by upstream developer :-) Here the package review request that I have just filled python-django-model-utils - Django model mixins and utilities - https://bugzilla.redhat.com/1365782 ___ python-devel mailing list python-devel@lists.fedora

Re: Can't manage to fix error ImportError: No module named runtests

2016-08-09 Thread Petr Viktorin
On 08/08/2016 07:10 PM, Germano Massullo wrote: Hi, I am packaging python-django-model-utils with spec file[1] by the way I obtain the error message ImportError: No module named runtests (full logs at [2]). As you can see from the spec file, to try avoiding this message I added the dependency pyt

Can't manage to fix error ImportError: No module named runtests

2016-08-08 Thread Germano Massullo
Hi, I am packaging python-django-model-utils with spec file[1] by the way I obtain the error message ImportError: No module named runtests (full logs at [2]). As you can see from the spec file, to try avoiding this message I added the dependency python-testtools but the result is the same. What ca