Stéphane Wirtel <steph...@wirtel.be> added the comment:

hi @serhiy,

I understand but today, by error my CI has started to run the tests of an 
external python package and in the tests, there was a lot of `from my-module 
import XYZ` but in the django project, they load this module via 
importlib.import_module or builtins.__import__.

For the developer of this external module, he didn't execute the tests before, 
and for him, there was no problem, because django can load it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35358>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to