Python 2.6 requires python-daemon 1.x as dep for GC3Pie#2673
Python 2.6 requires python-daemon 1.x as dep for GC3Pie#2673ocaisa merged 1 commit intoeasybuilders:developfrom
Conversation
|
I think something changed in the way GC3Pie tests fail because I am really puzzled. |
|
@riccardomurri Which version of |
But you do this in Travis' script before installing GC3Pie, you do not do it from the |
|
@riccardomurri That's right, and then |
Somehow the release of GC3Pie 2.5.1 is pulling in
python-daemon2.2.0, which is not compatible with Python 2.6, causing tests to fail.This is an attempt to fix that issue...
cc @riccardomurri