Re: silx autopkgtest failure

2025-03-03 Thread PICCA Frederic-Emmanuel
I solved this issue by running the test like this HOME="$AUTOPKGTEST_TMP" WITH_QT_TEST=False SILX_TEST_LOW_MEM=False xvfb-run -a --server-args="-screen 0 1024x768x24" $py -m pytest --pyargs silx 2>&1 thanks Fred

Re: silx autopkgtest failure

2025-02-28 Thread Gregor Riepl
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099038 My question is why pytest try to create a file in the modules system library ? My guess is that it's because the tests are executed from the module installation directory. If you look at the debci output[1], you'll see lots of paths li

silx autopkgtest failure

2025-02-27 Thread PICCA Frederic-Emmanuel
Hello, I am trying to solve this issue https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099038 My question is why pytest try to create a file in the modules system library ? Thanks for your help. Fred