PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 3rd of November, 2015

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[01:45:07] <lifeless> StevenK: ok so I owe you a review
[01:45:15] <lifeless> StevenK: and a 'clarify the trello call'
[01:47:27] <lifeless> dstufft: around ?
[02:03:20] <StevenK> lifeless: Noted. Currently having fun with a VersionConflict
[02:09:05] <lifeless> StevenK: wherein?
[02:09:28] <StevenK> lifeless: http://logs.openstack.org/32/241032/1/check/gate-jeepyb-pep8/f8607e3/console.html
[02:10:24] <StevenK> gerritlib is already to blame, it has a <1.0 pbr requirement, but also >=0.8.2, so not quite the same as the error message.
[02:10:51] <lifeless> StevenK: thats an old hacking version
[02:11:22] <lifeless> StevenK: easiest thing would be to run update-requirements against the repo
[02:11:41] <StevenK> lifeless: That branch is from running update-requirements.
[02:12:06] <StevenK> Well, python ./update.py from openstack/requirements, but same same
[02:12:55] <lifeless> StevenK: ah. So yes you need to update hacking manually
[02:13:56] <lifeless> StevenK: or include -H in yuor command line
[02:14:58] <StevenK> Updating hacking will cause pep8 failures
[02:15:49] <lifeless> StevenK: disable the checks :)
[02:16:24] <StevenK> lifeless: There's four things, they all look reasonable, just requires another branch
[02:28:37] <lifeless> StevenK: they may not be doable on master without the hacking bump
[02:48:27] <StevenK> lifeless: Huh, why?
[02:59:45] <lifeless> StevenK: because old hacking will flag the fixes as errors
[03:00:20] <StevenK> lifeless: Oh, right. Looks like I'm lucky this time.