Rob Reynolds
Rob Reynolds
Numpy docstrings are a great human- and machine- readable format for docstrings: https://numpydoc.readthedocs.io/en/latest/format.html
Bumping this issue, since there hasn't been a response from maintainers. I am interested in having this feature, and would be willing to contribute a PR if maintainers want this...
@Czaki I agree that this should only effect `cibuildwheel`'s behavior; downstream steps should still be blocked by a non-zero exit status. I like the idea of a max fail count....
> wheels that fail the testing phase should not be copied to output The OP was specifically asking to be able to download wheels that fail tests, and I have...
Perhaps this issue should be closed since #1454 is a duplicate, but the pull request that @hoodmane is working on (#1456) is connected to that issue.
I agree that this would be nice. Even just some simple docstrings for each class.
> Auditwheel could could be extended to take additional external libraries on the command line and vendor those in as well. I think the easiest would be to do this...
@lpotter I would also love to have some basic instructions for how to use this utility. We're trying to port [an existing qt4 app](https://github.com/CREATEspace/VowelCat) with emscripten, and this looks like...
Looks like it can be accessed by inspecting `sys.executable`. Is there a better way to do this?
`sysconfig.get_platform()` works well for me. Thanks! Is it something that's worth adding to the docs? If so, I would be happy to submit a PR. Otherwise, feel free to close...