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

Fix CI build for osx homebrew #625

Closed
wants to merge 1 commit into from

Conversation

at-wat
Copy link
Contributor

@at-wat at-wat commented Aug 18, 2018

This commit fixes osx homebrew CI build by reinstalling nose to correct place.
Brew-installed numpy contains nose under numpy directory which is not in PATH.

This commit fixes osx homebrew CI build by reinstalling nose to correct place.
Brew-installed numpy contains nose under numpy directory which is not in PATH.
@codecov-io
Copy link

codecov-io commented Aug 18, 2018

Codecov Report

Merging #625 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #625   +/-   ##
=======================================
  Coverage   75.29%   75.29%           
=======================================
  Files          30       30           
  Lines        2882     2882           
=======================================
  Hits         2170     2170           
  Misses        712      712

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e5d6772...d43f7b4. Read the comment docs.

@at-wat
Copy link
Contributor Author

at-wat commented Aug 23, 2018

OSX Build image on travis looks updated after last succeeded build.

The last succeeded build didn't contain detailed build system information. pip version was 9.0.1.
The errored build is built on:

Build image provisioning date and time
Mon Jun 25 21:55:14 GMT 2018

with pip version 10.0.1.

On errored builds, pip said:

Requirement already satisfied: nose in /usr/local/Cellar/numpy/1.14.5/libexec/nose/lib/python2.7/site-packages (1.3.7)

nose under numpy is installed by here.
This looks having been installed since a long time ago.
So, I guess some update on pip or environmental change around module searching path affected this problem.

@at-wat
Copy link
Contributor Author

at-wat commented Sep 20, 2018

The error seems fixed by #629.

@at-wat at-wat closed this Sep 20, 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