John Paul Adrian Glaubitz
John Paul Adrian Glaubitz
> Pull request #752 should fix it. I could not test `rankhisto_reg` because my test machine runs Solaris and does not provide the required gnuplot. Yes, that fixes it. However,...
> @glaubitz, pull request #753 adds changes which I needed for the test on Solaris. Maybe you can try whether they fix the test failure in your case, too. Yep,...
This prevents Fiona being built with GCC 14: ``` [ 48s] fiona/crs.c:16104:18: warning: ‘__pyx_pw_5fiona_3crs_3CRS_35__hash__’ defined but not used [-Wunused-function] [ 48s] 16104 | static Py_hash_t __pyx_pw_5fiona_3crs_3CRS_35__hash__(PyObject *__pyx_v_self) { [ 48s]...
> @kloczek thanks for the report! I can do something about this for 1.10.0. I've fixed a bunch of these in the main branch already. Can you give some hints...
> @kloczek @glaubitz what I see with fiona's main branch is that we only have one compiler warning/error when the package is built using GDAL's ubuntu-small-3.6.4 image (ubuntu 22.04 with...
The proper fix for this issue should be #1314.
> `TOX_PACKAGE` points at the version of Incremental to install in the isolated build environment. Tox automatically sets it to point at the `.whl`, but an sdist would also work....
> I don't really understand the context around the error? Is this something that comes up only when invoking pytest? Was building skimage successful? Can you import NumPy? The unaligned...
Can you tell me how to run the testsuite from git? Running `python3.12 -m pytest ` doesn't work for me.
OK, thanks for the very useful hints. I will give it a try later as I am busy with my dayjob for now.