This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients brett.cannon, eric.snow, gvanrossum, matrixise, ncoghlan, serhiy.storchaka
Date 2018-11-30.10:02:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543572140.23.0.788709270274.issue35358@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-30 10:02:20matrixisesetrecipients: + matrixise, gvanrossum, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka
2018-11-30 10:02:20matrixisesetmessageid: <1543572140.23.0.788709270274.issue35358@psf.upfronthosting.co.za>
2018-11-30 10:02:20matrixiselinkissue35358 messages
2018-11-30 10:02:20matrixisecreate