nieder
nieder
0e24f74 fixes build of 0.7 on macOS for py37-310.
Interesting, I see a different subtest failure on 12.6.1 (APFS with x86_64 macOS, no ARM64) with libarchive-3.6.2 ``` FAIL: libarchive_test ===================== If tests fail or crash, details will be in:...
Also seeing this test failure on macOS 13.5 with fontconfig-2.14.2 and gd-2.3.3
See also #3296. Long standing issue between the two search macros that tend to find the system iconv (`_iconv_open`) and other (Fink, MacPorts, etc w/ `_libiconv_open`) and mix them. So...
@kloczek I was able to succeed doing something very similar by adding `PYTEST_ADDOPTS="--import-mode=importlib" ` to my test command (cf https://build.opensuse.org/projects/devel:languages:python/packages/python-pygraphviz/files/python-pygraphviz.spec). With that extra option, then my tests run and all...
(re LTO) Not knowingly. ``` /sw/bin/python3.10 setup.py build_ext --include-dirs=/sw/include --library-dirs=/sw/lib/graphviz-2.38 /sw/bin/python3.10 setup.py install --root=`pwd`/tempdist PYTEST_ADDOPTS="--import-mode=importlib" PYTHONPATH=`pwd`/tempdist/sw/lib/python3.10/site-packages /sw/bin/pytest-3.10 -vv || exit 2 ```
Also seeing this on macOS. That test also requires python(2), which many distros no longer carry.
Also seeing this with 7.4.4 on macOS (using python3.8 here but happens in python3.10 as well) ``` ============================================================================== test session starts =============================================================================== platform darwin -- Python 3.8.13, pytest-7.4.4, pluggy-1.3.0 --...
Just compiled 5.1.0 on macOS and gitver.bash exited gracefully with this.
Latest upstream is 3.24.1. Don't know which distro is still carrying 3.17 (Debian stable is 3.18.4; Ubuntu Jammy is at 3.22), and 3.17 seems to have come out in 2020)....