Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI, MAINT: pin Cython for azure pre-rel #14801

Merged
merged 1 commit into from
Oct 4, 2021

Commits on Oct 4, 2021

  1. CI, MAINT: pin Cython for azure pre-rel

    * for about 3 weeks pre-release CI has been failing as described
    in scipygh-14732
    
    * I bisected the pre-release versions of Cython `3.x` that are
    available on PyPI locally and found that the first version to
    reproduced a sefault for the command below is `3.0a5`
    
    `python runtests.py -t "scipy/interpolate/tests/test_rbfinterp.py" -- -n 2`
    
    * so, pin the max Cython version to `<3.0a5` for now (pip should still
    install stable release when `--pre` is not used in other Azure CI
    entries
    
    * obviously this is just a workaround--I'll open an upstream issue
    to see if there are any suspicions about a possible bug or something
    else we might do differently to avoid the segfault
    tylerjereddy committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    7d88337 View commit details
    Browse the repository at this point in the history