8000 Update docker/runtests · Anthchirp/msgpack-python@9d11249 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d11249

Browse files
committed
Update docker/runtests
1 parent 6c8e539 commit 9d11249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
88
$PYBIN/pip install pytest
99
pushd test # prevent importing msgpack package in current directory.
1010
$PYBIN/python -c 'import sys; print(hex(sys.maxsize))'
11-
$PYBIN/python -c 'from msgpack import _packer, _unpacker'
11+
$PYBIN/python -c 'from msgpack import _msgpack' # Ensure extension is available
1212
$PYBIN/pytest -v .
1313
popd
1414
done

0 commit comments

Comments
 (0)
0