Skip to content

Conversation

@tseaver
Copy link
Contributor

@tseaver tseaver commented Dec 8, 2021

Refresh each sample's noxfile via:

$ for noxfile in samples/*/noxfile.py; do
    echo "Refreshing $noxfile";
    wget -O $noxfile https://github.com/GoogleCloudPlatform/python-docs-samples/raw/main/noxfile-template.py
    echo "Blackening samples for $noxfile"
    nox -f $noxfile -s blacken
done

Closes #477.

@tseaver tseaver requested a review from a team as a code owner December 8, 2021 10:47
@product-auto-label product-auto-label bot added api: bigtable Issues related to the googleapis/python-bigtable API. samples Issues that are directly related to samples. labels Dec 8, 2021
Refresh each sample's noxfile via:

----------------------------- %< -----------------------------
$ for noxfile in samples/*/noxfile.py; do
    echo "Refreshing $noxfile";
    wget -O $noxfile https://github.com/GoogleCloudPlatform/python-docs-samples/raw/main/noxfile-template.py
    echo "Blackening samples for $noxfile"
    nox -f $noxfile -s blacken
done
----------------------------- %< -----------------------------

Closes #477.
@tseaver tseaver force-pushed the 477-samples-run-under-python-3.9-3.10 branch from 83225d7 to 1d23ace Compare December 8, 2021 10:48
@tseaver tseaver changed the title ci: run samples under Python 3.9 / 3.0 ci: run samples under Python 3.9 / 3.10 Dec 9, 2021
@tseaver tseaver requested a review from a team as a code owner January 10, 2022 14:47
@parthea parthea mentioned this pull request Jan 10, 2022
1 task
@parthea parthea assigned parthea and unassigned meredithslota Jan 11, 2022
@parthea parthea force-pushed the 477-samples-run-under-python-3.9-3.10 branch from 47a609c to 54cddbb Compare January 11, 2022 22:09
@parthea parthea merged commit 58fa738 into main Jan 12, 2022
@parthea parthea deleted the 477-samples-run-under-python-3.9-3.10 branch January 12, 2022 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the googleapis/python-bigtable API. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix samples CI runs under Python 3.9 / 3.10.

3 participants