Henry Schreiner
Henry Schreiner
We provide hashes for PyPI downloads, but not for Python downloads. We should be able to capture the hash and include it in our download table. It bothered me that...
I think (from @mayeut's work on scikit-build's cmake package) that you can just build a single Universal2 wheel, then adjust then add tags for x86_64 and distribute a single wheel....
It is possible to also add to documentation information on how cross-compile external libraries or some links to such documents? I one project (https://github.com/czaki/imagecodecs_build) time of external libraries build is...
I'd like to make the following change. The current structure of the build function looks like this: ```python def build(options: BuildOptions) -> None: temp_dir = Path(tempfile.mkdtemp(prefix='cibuildwheel')) built_wheel_dir = temp_dir /...
I've noticed the Windows Travis build failed because it couldn't download nose - can we remove nose from our tests and docs? Nose has been [abandoned since 2015](https://pypi.org/project/nose/#history) in favor...
I'm liking the tox4 colors, but I think the bold should continue all the way to the `>`. For something like `py39-test: commands[0]> pytest`, there are three things to visually...
The default shells on GitHub Actions set `-e` for you, so that something like this: ``` some_broken_command rm _cache ``` Will fail. However, the replacement shell recommended in the README...
I noticed that flask-sqlalchmy is injecting (the wrong) directory when run, it puts the file directory in instead of the current working directory, causing me to not get a valid...
Uninstalling `pytest-benchmark` does not remove `site-packages/pytest_benchmark/__pycache__` or `site-packages/pytest_benchmark/storage/__pycache__ `. I was testing to see if I could identify whether pytest-benchmark was installed and found I could not remove it with...
I'm rather expecting to fail due to the setuptools 64 release, which I believe breaks us.