On Mon, Oct 1, 2012 at 7:34 PM, Pierre-Yves Chibon <pingou@pingoured.fr> wrote:
On Mon, 2012-10-01 at 19:10 +0200, Pierre-Yves Chibon wrote:
>
> Unfortunately, it seems that the unit-tests are not working properly.

One thing I just figured out, we are using:
from subprocess import call, Popen, PIPE, STDOUT, check_output
in FedoraReview/workspace/src/FedoraReview/mock.py (line 28), while
check_output was introduce in python 2.7

This means that FedoraReview is no longer working on EL6 (python 2.6.6)

I'm trying to build FR against 2.7 on the jenkins :)

Pierre
_______________________________________________
fedorareview mailing list
fedorareview@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/fedorareview

if check_output is the only problem, maybe adding this would be a good idea, EL6 support would be nice to have

https://gist.github.com/1027906

Tim