Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

ci: run samples under Python 3.9 / 3.10#478

Merged
parthea merged 10 commits into
maingoogleapis/python-bigtable:mainfrom
477-samples-run-under-python-3.9-3.10googleapis/python-bigtable:477-samples-run-under-python-3.9-3.10Copy head branch name to clipboard
Jan 12, 2022
Merged

ci: run samples under Python 3.9 / 3.10#478
parthea merged 10 commits into
maingoogleapis/python-bigtable:mainfrom
477-samples-run-under-python-3.9-3.10googleapis/python-bigtable:477-samples-run-under-python-3.9-3.10Copy head branch name to clipboard

Conversation

@tseaver

@tseaver tseaver commented Dec 8, 2021

Copy link
Copy Markdown
Contributor

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 review from a team, billyjacobson, busunkim96 and kolea2 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 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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.