Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ python3 -m venv /tmp/cdbg-venv
source /tmp/cdbg-venv/bin/activate
pip3 install -r requirements_dev.txt
pip3 install src/dist/* --force-reinstall
python3 -m pytest tests
python3 -m pytest tests/py
deactivate
2 changes: 1 addition & 1 deletion src/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for PY_VERSION in ${SUPPORTED_VERSIONS[@]}; do

echo "Running tests"
"/opt/python/${PY_VERSION}/bin/pip" install google-python-cloud-debugger --no-index -f /io/dist
"/opt/python/${PY_VERSION}/bin/pytest" /io/tests
"/opt/python/${PY_VERSION}/bin/pytest" /io/tests/py
done

popd
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.