Cristian Le

Results 920 comments of Cristian Le
trafficstars

> That particular commit does not use cibuildwheel, it just does a build directly for debugging purposes. See > > https://github.com/planetmarshall/pillow-jpls/actions/runs/7338576356/job/19981304733 Thanks for the clarification. So what happens if you...

That should be fine, shouldn't it? Is there still something problematic for this issue?

Can you provide more details on your environment? Did you edit the rpm spec file? Are these errors reproducible in copr/mock? I think the issue is with calling pytests marked...

> I have no idea. Im not using copr/mock and I'm not using Fedora either. Oh what OS are you working on? `mock` is basically the equivalent of a container,...

Aren't they all failing at basically calling `pip upgrade` like in: ``` E subprocess.CalledProcessError: Command '['/tmp/pytest-of-tkloczko/pytest-10/test_abi3_wheel0/venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1. ``` Or am I reading...

This is odd, I double-checked and indeed on `copr` the internet connection is disabled, but we don't see the same issues. Let's navigate `test_dynamic_metadata.test_pep517_wheel` https://github.com/scikit-build/scikit-build-core/blob/cf8b29449f1ff44e453a98c0ced3018811483b7f/tests/test_dynamic_metadata.py#L226-L229 This one is run on...

> What version of Python are you (@LecrisUT) testing on? `Python 3.11`. Should be the same on supported fedora coprs. (Surprised there are no other test failures that made us...

> In such case using pip to update modules wold cause more harm than positive results. We do not explicitly call, NOR do we want to call `pip upgrade` (see...

I have tried to investigate solaris and it just seems to be a huge rabbit-hole. I get the gist that solaris is a closed-sourced OS that doesn't use rpms. But...

`pybind11` on [fedora](https://fedora.pkgs.org/rawhide/fedora-x86_64/pybind11-devel-2.11.1-1.fc39.x86_64.rpm.html) is installed in `/usr/include` as well, and so far that issue has not appeared there. Try to reference for probable packaging issues. For reference [latest copr build](https://copr.fedorainfracloud.org/coprs/g/scikit-build/nightly/build/6448662/):...