don't clean up imported modules after verifying imports of included Python modules#3544
Conversation
…ython modules (fixes easybuilders#3542), and make necessary changes in related tests so they keep passing
|
@Flamefire This looks ok to me since the |
|
I have found https://stackoverflow.com/questions/43181440/what-does-del-sys-modulesmodule-actually-do which references the python docs:
So IMO even though it is test code this shouldn't be done as it seems to be unreliable (as shown by the issue: adding an extra import seems to have triggered the GC causing the issue to become a bug). I assume the |
|
I added the |
9857893 to
482860a
Compare
fixes #3542