Nick Coghlan <ncogh...@gmail.com> added the comment:

My guess as to why we're only seeing this for parallel test cases is taht for 
sequential tests, the implicit import inside open() is unlikely to happen while 
test_pkg is running, whereas for parallel tests, test_pkg will run in a 
relatively pristine process, and hence be more likely to trigger the implicit 
import.

----------

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

Reply via email to