bug#35371: [core-updates] python-cffi fails its test suite
Maxim Cournoyer writes: [...] > _ test_dlopen > __ > > def test_dlopen(): > ffi = FFI() > ffi.cdef("double sin(double x);") >> m = ffi.dlopen(lib_m) # unicode literal > > testing/
bug#35371: [core-updates] python-cffi fails its test suite
It seems that something in Guix confuses the python-cffi code logic and makes it "think" the platform should be 'win32', while it is 'linux'. The errors output is copied below: --8<---cut here---start->8--- === FAILURES =