You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a tool to check and update the constraints files which as added in googleapis/python-test-utils#8. See the instructions in googleapis/python-test-utils#8 (comment) for information on running the tool. We could run this check on the golden files to ensure that the versions in testing/constraints-3.*.txt match the minimum version of dependencies in setup.py.
There is a tool to check and update the constraints files which as added in googleapis/python-test-utils#8. See the instructions in googleapis/python-test-utils#8 (comment) for information on running the tool. We could run this check on the golden files to ensure that the versions in
testing/constraints-3.*.txt
match the minimum version of dependencies insetup.py
.As an example.
See googleapis/synthtool#1901 for context.
The check already exists in golden files:
gapic-generator-python/tests/integration/goldens/redis/noxfile.py
Lines 118 to 130 in 4b77019
We just need to run the nox session here:
gapic-generator-python/.github/workflows/tests.yaml
Lines 322 to 328 in 4b77019
The text was updated successfully, but these errors were encountered: