- 16:34 argh. Nose is attempting to import modules that have nothing to do with tests and aren’t even imported in the code being tested. #
Automatically shipped by LoudTwitter
Automatically shipped by LoudTwitter
Comments are done "letter to the editor" style. If you have any comments, please send them to kevin@kevindangoor.com.
Could the problem be pkg_resources? It imports all namespace packages that are installed on the system. Some packages don’t take much care to not litter (matplotlib, for instance, does things in matplotlib/__init__.py that it shouldn’t when the namespace matplotlib.toolkits is imported).