blob: 50a43c715858abedca5a8a4bfa022769836f5f43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import msgpack; print(msgpack.version)" ; done
Depends:
python3-all,
python3-msgpack,
Restrictions:
allow-stderr,
superficial,
Features:
test-name=python3,
Tests:
unittests,
Depends:
@builddeps@,
Restrictions:
allow-stderr,
|