We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8e539 commit 9d11249Copy full SHA for 9d11249
docker/runtests.sh
@@ -8,7 +8,7 @@ for V in cp36-cp36m cp35-cp35m cp27-cp27m cp27-cp27mu; do
8
$PYBIN/pip install pytest
9
pushd test # prevent importing msgpack package in current directory.
10
$PYBIN/python -c 'import sys; print(hex(sys.maxsize))'
11
- $PYBIN/python -c 'from msgpack import _packer, _unpacker'
+ $PYBIN/python -c 'from msgpack import _msgpack' # Ensure extension is available
12
$PYBIN/pytest -v .
13
popd
14
done
0 commit comments