The tests:
qim3d/tests/gui/test_annotation_tool.py::test_app_launch
qim3d/tests/gui/test_iso3d.py::test_app_launch
Failed on the windows system, therefore they have been modified to use 'localhost'
instead of '0.0.0.0'
.
Regarding the warnings seen during the pytest runs, there were 15 warnings on the linux system with python 3.9.11 and 148 warnings on the Windows system with python 3.11.7.
The shared 15 warnings were:
label
from the scipy.ndimage
namespace, the scipy.ndimage.measurements
namespace is deprecated.)matplotlib.cmap.get_cmap
, changed to matplotlib.colormaps.get_cmap
.The remaining 133 in Windows:
importlib._bootstrap_external
, related to Python version. Not a warning for Python 3.9.11)pkg_resources.declare_namespace('sphinxcontrib')
.)All warnings that could be resolved, have been resolved. The remaining are related to Python versions or other packages.