Conversation
|
I thought the beta was showing up, but I guess testing triggered the notification. As soon as the beta is available, we should rebase and merge if it passes. There's a warning from pluggy: pytest-dev/pluggy#573 |
|
Epel10 hatchling: Well this will be fun. Let me check if they plan yo update it in centos. I will add a workaround until that gets resolved |
|
Windows is failing with: That's on the normal 3.14 build, I didn't add a 3.14t yet. |
HATCH_METADATA_CLASSIFIERS_NO_VERIFY Disables it. Though it’s actually the trove-classifiers package that needs updating, I think. |
|
On Windows, hitting: This isn't supposed to use the free-threaded build, though. |
9e7a62e to
269bfbb
Compare
|
How do you set an environment variable (HATCH_METADATA_CLASSIFIERS_NO_VERIFY) there? |
You can add it as %generate_buildrequires
+ %if 0%{rhel}
+ export HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
+ %endif
%pyproject_buildrequires -x test,test-meta,test-numpy
%build
+ %if 0%{rhel}
+ export HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
+ %endif
%pyproject_wheelEdit: added the commit with some documentation about the reason |
|
Opened upstream issue at https://gitlab.kitware.com/cmake/cmake/-/issues/26926 for Windows, also seeing it in pybind11's test suite, which doesn't use scikit-build-core. |
|
Weird issue. Shouldn't have this come up in 3.13 as well? Hopefully it is not github action specific. |
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Signed-off-by: Cristian Le <git@lecris.dev>
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
0c8e3a5 to
2448cad
Compare
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Trying this out.