At the moment pytoolbox_runtests.py is configured as such:
django module is ignored : Django complains about not founding settings ...
ming module is ignored if python3 : ming is not compatible ...
Actually, the ignore filter is : django.py|schema.py|session.py for python3 and only django.py for python2. This must be improved as schema.py and session.py is not explicitly linked to ming/. However I do not know and don't have time to investigate why a regex does not work.
At the moment
pytoolbox_runtests.py
is configured as such:Actually, the ignore filter is :
django.py|schema.py|session.py
for python3 and onlydjango.py
for python2. This must be improved asschema.py
andsession.py
is not explicitly linked toming/
. However I do not know and don't have time to investigate why a regex does not work.