PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Tuesday the 16th of June, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[06:54:22] <ronny> ktosiek: nope, per design testing is only possible with a source distribution to begin with
[06:57:23] <ktosiek> I'd use the source distribution anyway, I'm working on a tool that'd automatically package a requirement + deps
[06:57:47] <ktosiek> And I want to run tests as part of the generated build
[07:01:19] <ktosiek> Hmm, is there a way to extract those from setup.py then?
[07:20:13] <ronny> ktosiek: no easy way
[07:21:02] <ronny> ktosiek: i suspect you could register a own egg info writer, and have the egg info command dump it along the other metadata
[07:23:15] <ktosiek> Thank you, that sounds good
[07:23:25] <ktosiek> Or at least promising :-)
[18:20:57] <pjs> anyone else noticing pip installs failing with git and a specific changeset (not a branch or tag, but changeset). "fatal: reference is not a tree: 473b230fd9f086c9917b895a197dbcb634b9e8cd"
[18:21:18] <pjs> I've had this happen on 3 different repo's.. practically overnight. All are on github (not sure if that has anything to do with it)