[14:48:30] <Fah> I'm trying to run the unit tests for pip and keep getting attribute errors... 'module' object has no attribute 'pkg_resources' . Any hints? It's running in a virtualenv, afaik i have all the build/test deps installed
[15:59:10] <pf_moore> Fah: Can you post a traceback? What module does it think has no attribute?
[16:05:17] <Fah> Here's the test output:http://pastebin.com/QkRStsAb
[16:05:30] <Fah> I'm running this in a venv with python 2.7.6 on os x
[16:07:19] <Fah> I think the error with six is me making changes, but the other errors... I dont see what I could have done.
[16:54:55] <Fah> Well, at this point I have failures isolated to tests in tests/unit/test_utils.py and its all pkg_resources errors. I'll see what I can see.