Re: dxtbx pytest issue

2022-09-01 Thread PICCA Frederic-Emmanuel
For the record, I found it..., the upstream modify the HDF5_PLUGIN_PATH when loading the dxtbx module. they guess that they are using conda and override the path. All this is useless on Debian since the plugin are system installed properly. Cheers Fred # Ensures that HDF5 has the conda_base

Re: dxtbx pytest issue

2022-09-01 Thread PICCA Frederic-Emmanuel
Hello Neil > Looks like you need a -v option to see more detail. thanks for the advices, I found by removing files one by one that the failling behavious is due to the import of the library itself. the failing test PASS by himself, but if I add a useless import dxtbx inside, it failes. so

Re: dxtbx pytest issue

2022-09-01 Thread Neil Williams
On Thu, 1 Sep 2022 13:32:36 +0200 (CEST) PICCA Frederic-Emmanuel wrote: > Hello, > > I am still trying to package[2] dxtbx[1], and now I end up with > something strange. When I run the test suite during the build I have > a failure like this > > tests/test_dataset_as_flex.py ..F..F..F >[

dxtbx pytest issue

2022-09-01 Thread PICCA Frederic-Emmanuel
Hello, I am still trying to package[2] dxtbx[1], and now I end up with something strange. When I run the test suite during the build I have a failure like this tests/test_dataset_as_flex.py ..F..F..F [ 2%] I put the error message bellow, it is quite long now