Skip to content

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

Merged
jnothman merged 1 commit intoscikit-learn:masterfrom
rth:fix-travis-ci
Sep 9, 2018
Merged

[MRG] MNT Workaround to run tests for numpy 1.8.2 and scipy 0.13.3 in Travis CI#12042
jnothman merged 1 commit intoscikit-learn:masterfrom
rth:fix-travis-ci

Conversation

@rth
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants