Files
packages/lang/python/python-apipkg/test.sh
Alexandru Ardelean c3792992f2 python-apipkg: bump to 3.0.2
Changelog since 3.0.1:
- Fix import path to make it vendoring-friendly
- Remove py reference from test suite

Add test.sh.

Full changelog:
https://github.com/pytest-dev/apipkg/releases

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-03-21 07:47:33 +02:00

6 lines
75 B
Bash

#!/bin/sh
[ "$1" = python3-apipkg ] || exit 0
python3 -c 'import apipkg'