-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add test for #183 #184
Comments
Shall I inject ctx.invoke? What's your recommendation on testing not passing gcov to build_cmd? |
Ah, right, this is because NumPy's custom build command doesn't have the same signature as the built-in build command. That's probably something that has to be addressed on the NumPy side, so it's OK to leave it "untested". We should have some freedom to change internal command APIs across versions. |
Relying on strange things happens on a big project. I'll see whether it's possible to fix it on numpy side when I got time. :-) |
Thank you! |
Failure without gcov
The text was updated successfully, but these errors were encountered: