Codebase list python-pyeclib / c88b1fc
d/tests: Run on all Python versions. Ondřej Nový 4 years ago
2 changed file(s) with 16 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 python-pyeclib (1.6.0-5) UNRELEASED; urgency=medium
1
2 * d/tests: Run on all Python versions.
3
4 -- Ondřej Nový <onovy@debian.org> Sun, 12 Jan 2020 15:29:30 +0100
5
06 python-pyeclib (1.6.0-4) unstable; urgency=medium
17
28 * Running wrap-and-sort -bast.
0 Test-Command: python3 debian/tests/encode-decode.py liberasurecode_rs_vand
0 Test-Command: set -e ; cp debian/tests/encode-decode.py "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py encode-decode.py liberasurecode_rs_vand ; done
11 Depends:
2 python3-all,
23 python3-pyeclib,
34
4 Test-Command: python3 debian/tests/encode-decode.py flat_xor_hd
5 Test-Command: set -e ; cp debian/tests/encode-decode.py "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py encode-decode.py flat_xor_hd ; done
56 Depends:
7 python3-all,
68 python3-pyeclib,
79
8 Test-Command: python3 debian/tests/encode-decode.py jerasure_rs_vand
10 Test-Command: set -e ; cp debian/tests/encode-decode.py "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py encode-decode.py jerasure_rs_vand ; done
911 Depends:
1012 libjerasure2 (>= 2.0.0+2017.04.10.git.de1739cc84),
13 python3-all,
1114 python3-pyeclib,
1215
13 Test-Command: python3 debian/tests/encode-decode.py isa_l_rs_vand
16 Test-Command: set -e ; cp debian/tests/encode-decode.py "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py encode-decode.py isa_l_rs_vand ; done
1417 Depends:
1518 libisal2 [amd64 kfreebsd-amd64 arm64],
19 python3-all,
1620 python3-pyeclib,
1721
18 Test-Command: python3 debian/tests/encode-decode.py isa_l_rs_cauchy
22 Test-Command: set -e ; cp debian/tests/encode-decode.py "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py encode-decode.py isa_l_rs_cauchy ; done
1923 Depends:
2024 libisal2 [amd64 kfreebsd-amd64 arm64],
25 python3-all,
2126 python3-pyeclib,