python-argcomplete: add test-version.sh for CI
authorAlexandru Ardelean <redacted>
Mon, 25 May 2026 05:54:10 +0000 (08:54 +0300)
committerAlexandru Ardelean <redacted>
Mon, 25 May 2026 15:47:13 +0000 (18:47 +0300)
commite74e7138fbe4b9b412feda75a283267ddfd39368
tree55df369ad5fa16534dd7399594ebfe2f93c620a3
parent24f5b1039c5805071bac3b2092e5f4af8d0e5cd3
python-argcomplete: add test-version.sh for CI

The three CLI helpers shipped by python3-argcomplete
(activate-global-python-argcomplete, register-python-argcomplete,
python-argcomplete-check-easy-install-script) don't accept a --version
flag and emit no PKG_VERSION string in their usage output. With all
three executables missing the version, the generic CI test stage
fails with "No executables in the package provided version 3.6.3".

Add a test-version.sh that emits a line containing PKG_VERSION so the
framework's "Version check override" passes. The existing test.sh
already exercises the Python module import.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-argcomplete/test-version.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT