1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Test-Command: for py3 in $(py3versions -s); do echo "[*] testing cumin's version on $py3:"; cumin --version ; done
Depends:
@,
python3-all,
Test-Command: for py3 in $(py3versions -s); do echo "[*] testing import cumin on $py3:"; $py3 -c 'import cumin; print(cumin.__version__)' ; done
Depends:
@,
python3-all,
Tests:
help
man
Depends:
@,
coreutils,
man-db,
Tests: smoke
Restrictions:
allow-stderr,
isolation-container,
Depends:
@,
coreutils,
openssh-client,
openssh-server,
|