running tests from 0.33 release fail:
_________________ ERROR collecting tests/test_wps_request2.py __________________
ImportError while importing test module '/usr/obj/ports/py-owslib-0.33.0/owslib-0.33.0/tests/test_wps_request2.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)
tests/test_wps_request2.py:4: in <module>
from tests.utils import resource_file, compare_xml
E ModuleNotFoundError: No module named 'tests.utils'
the source tarball on pypi doesnt contain tests/utils.py
running tests from 0.33 release fail:
the source tarball on pypi doesnt contain
tests/utils.py