Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
use dev pytest version in verification (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored Apr 2, 2020
1 parent 5e7e6ae commit e0ee00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_tools/packaging/verify-published-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ for PYTHON_VERSION in python3; do

# Run tests.
echo Installing pytest requirements
"${tmp_dir}/${PYTHON_VERSION}/bin/pip" install --quiet pytest
cat "${DEV_DEPS_FILE}" | grep pytest | xargs "${tmp_dir}/${PYTHON_VERSION}/bin/pip" install --quiet
PY_VER=$(ls "${tmp_dir}/${PYTHON_VERSION}/lib")
echo Running tests
"${tmp_dir}/${PYTHON_VERSION}/bin/pytest" --quiet --disable-pytest-warnings "${tmp_dir}/${PYTHON_VERSION}/lib/${PY_VER}/site-packages/${PROJECT_NAME}"
Expand Down

0 comments on commit e0ee00e

Please sign in to comment.