tBuLi / symfit

Symbolic Fitting; fitting as it should be.
http://symfit.readthedocs.org
MIT License
235 stars 19 forks source link

Build failed for 0.3.7 #127

Closed tBuLi closed 5 years ago

tBuLi commented 7 years ago

@pckroon Any idea what blew up here?

https://travis-ci.org/tBuLi/symfit/builds/233138521

pckroon commented 7 years ago

It looks like pbr had a hickup. It might've been transient. Alternatively, pbr was update about a month ago (20/4), so maybe they broke something? I can't find anything in their changelog (https://docs.openstack.org/developer/pbr/history.html) though. Could you try re-triggering the Travis build?

tBuLi commented 7 years ago

Fixed with PR #128 by switching back to the previous version of sphynx. Look like they made a change that pbr doesn't like. For now, freezing the sphynx version we use solves the problem.

However, I will leave this issue open as this freeze should be undone in the future.

tBuLi commented 5 years ago

This was fixed in #225.