Skip to content

Commit 27d9a15

Browse files
asottilewebknjaz
authored andcommitted
Replace py.test with pytest in manylinux1 build script
PR #305 by @asottile #dropthedot
1 parent e59fb65 commit 27d9a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ for PYTHON in ${PYTHON_VERSIONS}; do
6060
echo -n "Test $PYTHON: "
6161
/opt/python/${PYTHON}/bin/python -c "import platform; print('Building wheel for {platform} platform.'.format(platform=platform.platform()))"
6262
/opt/python/${PYTHON}/bin/pip install "$package_name" --no-index -f file:///io/dist
63-
/opt/python/${PYTHON}/bin/py.test /io/tests
63+
/opt/python/${PYTHON}/bin/pytest /io/tests
6464
done

0 commit comments

Comments
 (0)