On 10/26/21 20:26, Aaron Conole wrote: > Recently, the github actions CI environment has been broken due to an > incompatibility between sphinx-build and the docutils python package. > The pip3 install command will upgrade docutils to an incompatible > version. > > Since we install sphinx via pip3, it will always install an appropriate > version of docutils package. By forcing the upgrade, we created a broken > situation. Remove the upgrade command and trust pip3. > > Signed-off-by: Aaron Conole <[email protected]> > Reported-by: Ilya Maximets <[email protected]> > ---
Thanks! Applied to all active branches (down to 2.13). I also noticed that we're installing docutils on osx, but we're not installing sphinx there, so the command is kind of useless. I applied this patch as-is to unblock the CI, but we should, probably, clean up osx build too. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
