Avoid Travis failure regarding skimage.lookfor#3477
Avoid Travis failure regarding skimage.lookfor#3477stefanv merged 4 commits intoscikit-image:masterfrom
skimage.lookfor#3477Conversation
jni
left a comment
There was a problem hiding this comment.
I'm happy to merge, I'm just going to ask:
- should it not be
<0.29? I think we were using0.28for a long time before this? - possibly the "right" way of doing this is to have an "allowed fail" build in Travis https://docs.travis-ci.com/user/customizing-the-build/#rows-that-are-allowed-to-fail so that we at least know when Cython gets fixed. But that can wait.
|
Regarding 1.: you said that it failed with "0.28.2". I chose to disregard all subversions from 0.28.x.
|
|
AFAIK, cython 0.27 is incompatible with python 3.7 |
|
But the test suite passes with python 3.7. It's all we need for this temporary patch. |
|
Right, but I have a feeling it is only 0.28.2 that was buggy. See #3455 Worth a try with |
|
This is awesome! thanks for looking it to this. It seems that both 0.28.2 and 0.29.0 were buggy! luck is just not on @jni's side 😆 |
|
Note that, except for a stalled build (which I just restarted), https://travis-ci.org/scikit-image/scikit-image/builds/442325025 ditto for AppVeyor: https://ci.appveyor.com/project/scikit-image/scikit-image/builds/19558108 |
|
@meeseeksdev backport to v0.14.x |
…7-on-v0.14.x Backport PR #3477 on branch v0.14.x (Avoid travis failure regarding scikit.lookfor)
skimage.lookfor
Description
Workaround until #3475 is fixed.
Checklist
[It's fine to submit PRs which are a work in progress! But before they are merged, all PRs should provide:]
./doc/examples(new features only)./benchmarks, if your changes aren't covered by anexisting benchmark
[For detailed information on these and other aspects see scikit-image contribution guidelines]
References
[If this is a bug-fix or enhancement, it closes issue # ]
[If this is a new feature, it implements the following paper: ]
For reviewers
(Don't remove the checklist below.)
later.
__init__.py.doc/release/release_dev.rst.@meeseeksdev backport to v0.14.x