Skip to content

tests fail on 0.33.0 because of missing utils.py in the released tarball #985

@landryb

Description

@landryb

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions