PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Wednesday the 26th of November, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[02:07:35] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[02:07:35] <pmxbot> Now that pytest is invoked via setup.py, it should no longer be necessary to continue to support running tests via setup.py test.
[02:07:35] <pmxbot> Test bootstrap against 7.0 release.
[02:07:58] <codepython7771> r1chardj0n3s: Thanks.
[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.
[21:48:05] <herrwolfe45> dstufft: are you around?
[21:48:17] <dstufft> yesum
[21:48:33] <herrwolfe45> sorry about that PR
[21:48:41] <herrwolfe45> i mainly did it just so I could have travis run
[21:48:47] <dstufft> herrwolfe45: ah no worries
[21:48:53] <herrwolfe45> ok
[21:48:54] <dstufft> I was just doing a quick review since it poped up
[21:49:01] <herrwolfe45> thanks though!
[21:49:03] <dstufft> normally I mark things that aren't ready yet with a WIP
[21:49:10] <herrwolfe45> ok, I'll write that in the subjet
[21:51:05] <dstufft> (I totally make Prs for travis too, our test suite blows to run locally)
[21:51:21] <dstufft> tox -e py34 -- -m unit runs only the unit tests which makes it a bit easier tho