Yesterday’s Tweets

  • 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


One Response to “Yesterday’s Tweets”

David M. Cooke on September 29th, 2007 6:21 pm:

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).