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

[MRG] MNT Workaround to run tests for numpy 1.8.2 and scipy 0.13.3 in Travis CI #12042

Merged
merged 1 commit into from
Sep 9, 2018

Conversation

rth
Copy link
Member

@rth rth commented Sep 8, 2018

Closes #12041

Fixes the Python 2.7 Travis CI by using an older pytest version that fails to detect that,

import scipy.sparse

raises a DeprecationWarning with numpy 1.8.2 and scipy 0.13.3 (our oldest supported versions), which would have made the test suite fail with the current pytest settings.

Will open a separate issue about this.

@rth rth changed the title MNT Workaround to run tests for numpy 1.8.2 and scipy 0.13.3 in Travis CI [MRG] MNT Workaround to run tests for numpy 1.8.2 and scipy 0.13.3 in Travis CI Sep 8, 2018
@jnothman
Copy link
Member

jnothman commented Sep 9, 2018

I'm happy with this.

@jnothman jnothman merged commit 177900b into scikit-learn:master Sep 9, 2018
jnothman pushed a commit to jnothman/scikit-learn that referenced this pull request Sep 9, 2018
@rth rth deleted the fix-travis-ci branch September 9, 2018 10:51
jnothman pushed a commit to jnothman/scikit-learn that referenced this pull request Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants