Hi Frederic! On 12/18/20 4:00 PM, PICCA Frederic-Emmanuel wrote: > looking at the Opensuze log, I can find this > > [ 93s] + pytest-3.8 --ignore=_build.python2 --ignore=_build.python3 > --ignore=_build.pypy3 -v -k 'not speed and not (test_model_nan_policy or > test_shgo_scipy_vs_lmfit_2)' > [ 97s] ============================= test session starts > ============================== > > does it means that the failling test on Debian is skipped during the build on > OBS ?
Yes, good catch. The spec file for the openSUSE package has this [1]: # We don't care about speed, and test_itercb is architecture-specific # test_model_nan_policy - fails on non x86_64 # test_shgo_scipy_vs_lmfit_2 - fails on non x86_64 %pytest -k 'not speed and not (test_model_nan_policy or test_shgo_scipy_vs_lmfit_2)' Adrian > [1] > https://build.opensuse.org/package/view_file/devel:languages:python:numeric/python-lmfit/python-lmfit.spec?expand=1 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913