[18:22] ping barry: hey, the package ubuntu-experience-tests has been on the upload queue for a while [18:22] https://launchpad.net/ubuntu/utopic/+queue [18:22] can you give it a push? [18:23] elopio: ENOPERM [18:23] barry: oh, ok. I think pitti has. [18:23] I missed him today. I'll send him an email. [18:24] elopio: +1 [19:45] barry: hey, got a moment? [19:55] thomi: hi, what's up? [19:56] barry: WRT python3 & openid... [19:56] barry: I found this, which is what I want: [19:56] https://github.com/necaris/python3-openid [19:57] but I've noticed that the tests fail *if* you have python3-lxml installed on your system [19:57] so my question is: how do I build my package (I currently use 'bzr bd') so it builds in a clean environment without that installed? [19:58] python3-lxml is needed by ubuntu-desktop, so I don't want to remove it [19:58] thomi: might be better to figure out what's wrong upstream and provide a pull request [19:58] hmmmm [19:58] (i don't see that issue reported in their tracker) [19:58] no, me neither [19:59] then you could include the patch as a quilt patch until upstream releases a fixed version [20:00] The error I get repeatedly is: [20:00] ValueError: Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration. [20:01] hmm. i'd have to try to reproduce it but it sounds like there are some sample data bugs (i.e. no encoding declared) or data objects that should be bytes instead of strings [20:01] iow, a real upstream bug [20:02] yeah [20:03] always better to fix it first as far upstream as you can ;) [20:29] ok, managed to get it downt o one single failing test