PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 14th of December, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[05:50:26] <StevenK> lifeless: I'm debugging why the pip test suite doesn't love my laptop, and it seems any test that looks for <foo>.egg-info directories is failing, but <foo>.dist-info in the same path exists.
[06:08:24] <lifeless> StevenK: thats a sign that a wheel of the thing was installed first, if you're looking at installed paths
[06:08:51] <lifeless> StevenK: s/first//
[06:09:10] <StevenK> lifeless: tests/functional/test_uninstall_user.py line 62 is the test I'm looking at
[06:10:32] <StevenK> lifeless: http://paste.openstack.org/show/481768/
[06:11:14] <StevenK> Maybe line 61, I have a pdb in there
[06:13:10] <StevenK> lifeless: However, the test data only has tarballs, for pip-test-package, no wheels
[06:14:03] <StevenK> Huh. /tmp/pytest-2/test_uninstall_from_usersite_with_dist_in_global_site0/home/.cache/pip/wheels/de/4b/c1/9e06163af81f9d2b22d3ccb63e0cf1ba5b85a5d5ab147a7d29/pip_test_package-0.1-cp27-none-any.whl
[06:17:12] <lifeless> yeah
[06:17:15] <lifeless> pip autobuilds them
[06:17:44] <lifeless> bbiab, C bedtime stuff
[09:12:16] <lifeless> StevenK: ok so
[09:12:24] <lifeless> StevenK: that looks like an autobuilt wheel to me
[09:21:17] <StevenK> lifeless: If you're not distracted, sprinkling --no-cache-dir around the place is fixing failures for me.
[09:23:55] <lifeless> its very interesting to me that only you are seeing this
[09:24:10] <lifeless> StevenK: I'm somewhat distracted:)
[09:24:17] <lifeless> being 10pm and all
[09:28:36] <StevenK> lifeless: lifeless: Anyway, 2 failures that I'll dig into tomorrow, and then see what the diff against HEAD looks like.
[09:34:55] <lifeless> cool
[10:24:27] <pmxbot> jaraco pushed 4 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[10:24:27] <pmxbot> Prefer setdefault to hasattr/setattr
[10:24:28] <pmxbot> Add test capturing InterpolationSyntaxError on Python 3 and KeyError on Python 2
[10:24:28] <pmxbot> Add test capturing InterpolationSyntaxError on Python 3. Ref #442
[10:24:28] <pmxbot> Use the modern name for the configparser module
[10:43:48] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[10:43:48] <pmxbot> Use SafeConfigParser in PyPIConfig file. Allows percent signs to be specified using two percent signs. Fixes #442.
[10:43:49] <pmxbot> Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. Interpolated values are no longer supported. Since backward compatibility could not be retained in either case, prefer the simpler, more direct format. Ref #442.
[16:09:03] <pypabot> Deployed dee4682 to Warehouse (Production)
[19:04:34] <ronny> lifeless: ping?
[19:06:23] <lifeless> ronny: hi
[19:06:57] <ronny> lifeless: is there any way to contriubte to pbr other that getting into that relatively hard to approach github thing?
[19:07:19] <ronny> s/github/gerrit/
[19:08:06] <lifeless> no, sorry
[19:09:34] <ronny> lifeless: any way to do it other than having a launchpad login? i want to avoid using any service by canonical unless its necessary within my own employment
[19:09:51] <lifeless> ronny: not currently, in a few months perhaps
[19:10:01] <lifeless> there's a project to move to a openstack idp
[19:10:37] <ronny> i see
[19:11:57] <ronny> lifeless: will the build tool pep land earlier by chance? - because then i can just take the hit and stay on d2to1 until my own tool works
[19:37:33] <lifeless> ronny: I hope so, but its not really up to me ;)
[19:38:00] <ronny> lifeless: its pretty reasonable, so i suspect its fine
[19:38:10] <ronny> most of the other peps just make me sad :/
[22:04:29] <xafer> hello dstufft: https://pypa.io certificate needs to be renewed :-/
[22:05:08] <dstufft> okay
[22:07:10] <pypabot> Deployed a9a4c85 to Warehouse (Production)