PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Friday the 13th of March, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[01:47:54] <lifeless> dstufft: around ?
[01:48:02] <lifeless> dstufft: so whats your plan for setup_requires?
[03:32:18] <sigmavirus24> lifeless: setup_requires?
[04:59:49] <dstufft> lifeless: the plan is to get pip to wrest control of them from setuptools
[11:23:23] <lifeless> dstufft: moah details plox
[13:21:24] <pf_moore> !logs
[13:21:24] <pmxbot> http://chat-logs.dcpython.org/channel/pypa-dev
[21:42:15] <sigmavirus24> Is there a way to have `python setup.py test` (or `python setup.py install`) use anything other than pypi.python.org? (or a way to add another index to look at for missing deps)
[22:03:49] <lifeless> sigmavirus24_awa: export PIP_PYTHON_INEDX=...
[22:03:52] <lifeless> sigmavirus24_awa: IIRC
[22:06:37] <sigmavirus24> lifeless: you're the best
[22:07:37] <sigmavirus24> oh wait that's for pip, not for a plain setup.py install
[22:07:41] <sigmavirus24> (probably)
[22:09:02] <sigmavirus24> nope