Package: python-nxtomomill / 2.0.1-1

Metadata

Package Version Patches format
python-nxtomomill 2.0.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable tests requiring network access.patch | (download)

nxtomomill/app/tests/test_bliss_fluo2nx_app.py | 5 5 + 0 - 0 !
nxtomomill/app/tests/test_fluo2nx_app.py | 7 7 + 0 - 0 !
nxtomomill/converter/fluo/tests/test_fluoscan2D.py | 2 1 + 1 - 0 !
nxtomomill/converter/fluo/tests/test_fluoscan3D.py | 2 1 + 1 - 0 !
nxtomomill/converter/hdf5/acquisition/tests/test_acquisition_utils.py | 1 1 + 0 - 0 !
nxtomomill/converter/hdf5/acquisition/tests/test_back_and_forth.py | 3 3 + 0 - 0 !
nxtomomill/converter/hdf5/acquisition/tests/test_legacy.py | 2 2 + 0 - 0 !
nxtomomill/converter/hdf5/tests/test_frame_flip.py | 1 1 + 0 - 0 !
nxtomomill/converter/hdf5/tests/test_hdf5converter.py | 2 2 + 0 - 0 !
9 files changed, 23 insertions(+), 2 deletions(-)

 disable tests requiring network access


0002 Fix tqdm crash in testsuite.patch | (download)

nxtomomill/converter/edf/tests/test_edf2nx.py | 11 9 + 2 - 0 !
1 file changed, 9 insertions(+), 2 deletions(-)

 don't initialize tqdm in pytest.parametrize

because, as described in the bug, it may crash on exit

0003 Fix comments for Python3.14 compatibility.patch | (download)

nxtomomill/models/base/general_section.py | 2 1 + 1 - 0 !
nxtomomill/models/edf2nx/general_section.py | 12 6 + 6 - 0 !
nxtomomill/models/edf2nx/sample_section.py | 6 3 + 3 - 0 !
nxtomomill/models/fluo2nx/general_section.py | 2 1 + 1 - 0 !
nxtomomill/models/h52nx/frame_type_section.py | 8 4 + 4 - 0 !
5 files changed, 15 insertions(+), 15 deletions(-)

 fix comments for python3.14 compatibility