CI chardet failure
ImportError while importing test module '/builds/workflow/ewoksapps/ewoksxas/src/ewoksxas/tasks/tests/test_read_sources.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/ewoksxas/tasks/tests/test_read_sources.py:5: in <module>
from ewoksorange.tests.utils import execute_task
/usr/local/lib/python3.12/site-packages/ewoksorange/tests/utils.py:8: in <module>
from ..gui.owwidgets.types import OWEwoksBaseWidget
/usr/local/lib/python3.12/site-packages/ewoksorange/gui/owwidgets/types.py:1: in <module>
from .base import OWBaseWidget
/usr/local/lib/python3.12/site-packages/ewoksorange/gui/owwidgets/base.py:30: in <module>
from Orange.widgets.widget import OWWidget
/usr/local/lib/python3.12/site-packages/Orange/__init__.py:4: in <module>
from Orange import data
/usr/local/lib/python3.12/site-packages/Orange/data/__init__.py:9: in <module>
from .io_util import *
/usr/local/lib/python3.12/site-packages/Orange/data/io_util.py:15: in <module>
from chardet.universaldetector import UniversalDetector
E ModuleNotFoundError: No module named 'chardet.universaldetector'