Skip to content

Commit 87af91a

Browse files
committed
Fix requirements & unlock build
1 parent 03b69c8 commit 87af91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for PYTHON in ${PYTHON_VERSIONS}; do
5454
echo -n "Test $PYTHON: $package_name "
5555
/opt/python/"${PYTHON}"/bin/python -c "import platform;print(platform.platform())"
5656
/opt/python/"${PYTHON}"/bin/pip install "$package_name" --no-index -f file:///io/dist
57-
/opt/python/"${PYTHON}"/bin/pip install pytest
57+
/opt/python/"${PYTHON}"/bin/pip install asynctest pytest pytest-asyncio pytest-mock
5858
/opt/python/"${PYTHON}"/bin/py.test -vvv /io/test
5959
done
6060

0 commit comments

Comments
 (0)