-
Notifications
You must be signed in to change notification settings - Fork 68
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 unit tests on macOS #1178
Fix unit tests on macOS #1178
Conversation
Pull Request Test Coverage Report for Build 9017026807Details
💛 - Coveralls |
Somehow this PR also fixes unit tests on macOS. |
To suppress other warnings, we should turn to PR #1144, which I think is ready for review. |
@hsinfan1996 thanks for this. #1144 is merged, and I can review this as soon as conflicts are resolved. |
I was going to make this PR a final fix to setup.py before we merge PR #1144. But it is still good to just fix the unit tests on macOS. |
@damonge Thank you. This PR is ready for review. For the changes in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks a lot @hsinfan1996
Fix a warning on ambiguous package distribution. (Installing with develop mode "-e" will not see the warning.)