Skip to content

community/py3-argcomplete: upgrade to 3.1.0

Patrycja Rosa requested to merge ptrcnull/aports:py3-argcomplete-3.1.0 into master

unfortunately, moving to gpep517 yields this:

=========================================== ERRORS ============================================
______________________ ERROR collecting test/test_package/test_module.py ______________________
ImportError while importing test module '/home/patrycja/aports/community/py3-argcomplete/src/argcomplete-3.1.0/test/test_package/test_module.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
test/test_package/test_module.py:3: in <module>
    from test_package import main
E   ModuleNotFoundError: No module named 'test_package'

not quite sure how to make it find and recognise it

Merge request reports