Joe Rickerby

Results 376 comments of Joe Rickerby

I thought that the patch in Alpine Linux had fixed the issue? (at least for now? I suppose that suffix will get updated at some point, on a CPython minor...

Yeah, this seems reasonable. We've previously discussed https://github.com/pypa/cibuildwheel/issues/363 some sort of specific extraction of files from the build as well, for example, coverage reports. But the API design in that...

It's kinda funky that a tool called 'Build Wheel' should build sdists too, but I definitely see how useful this could be. I'm thinking this should be a command line...

> If we just add a line python setup.py sdist --dist-dir {output_dir} before cibuildwheel to the minimal examples, it should be clear that cibuildwheel isn't doing that? This is a...

Going through some old issues. Closing as 'not planned'. Use [`build`](https://github.com/pypa/build) `python -m build --sdist` or `pipx run build --sdist` instead. See https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml for how to do this as part...

Hmm. bracex is a requirement of cibuildwheel. But your tests run in a different virtualenv from the one that cibuildwheel was installed in, so I wouldn't expect it to be...

Yep, +1 to all henryiii said. To summarise, you should be doing `CIBW_TEST_COMMAND: python -m pytest {project}/tests`, since the working dir for running this step isn't your project dir, but...

Did you ever fix this @fredrikj ? I'm trying to debug the same problem. At the moment it looks like ffmpeg.js doesn't understand the h264 data inside the stream. It's...

Thanks for getting back. I'm pretty stumped so might leave this for now. I'll also note that I've tried a webm fork that has Lavf58.20.100 and saw the same problem....

I don't think this is a warehouse issue. We see this in cibuildwheel quite a bit too - I've been tracking it at https://github.com/pypa/cibuildwheel/issues/1254 , with examples of failures on...