Skip to content

tests: enable unit tests for Python 3.9 #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Dec 11, 2020

No description provided.

@tseaver tseaver requested a review from a team December 11, 2020 20:12
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 11, 2020
@product-auto-label product-auto-label bot added the api: firestore Issues related to the googleapis/python-firestore API. label Dec 11, 2020
@@ -71,7 +71,6 @@
# ----------------------------------------------------------------------------
templated_files = common.py_library(
samples=False, # set to True only if there are samples
unit_test_python_versions=["3.6", "3.7", "3.8"],
system_test_python_versions=["3.7"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are templating this, your change is going to get overwritten. Should this line be updated not removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The templated change will Do the Right Thing(TM).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crwilcox PTAL (if the value is not set, the defaults are correct).

@crwilcox
Copy link
Contributor

crwilcox commented Feb 4, 2021

closing as latest synths should cover this?

@crwilcox crwilcox closed this Feb 4, 2021
@tseaver
Copy link
Contributor Author

tseaver commented Jun 7, 2021

$ git remote -v
origin	[email protected]:googleapis/python-firestore (fetch)
origin	[email protected]:googleapis/python-firestore (push)
$ git log -1
commit 403e1ba373c3e92044b926e9365f755c11101289 (HEAD -> master, origin/master, origin/HEAD)
Author: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date:   Fri May 28 16:56:11 2021 +0000

    chore: new owl bot post processor docker image (#363)
    
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
$ nox --list
Sessions defined in /home/tseaver/projects/agendaless/Google/src/python-firestore/noxfile.py:

* lint -> Run linters.
* blacken -> Run black. Format code to uniform standard.
- pytype -> Run pytype
* lint_setup_py -> Verify that setup.py is valid (including RST check).
* unit-3.6 -> Run the unit test suite.
* unit-3.7 -> Run the unit test suite.
* unit-3.8 -> Run the unit test suite.
* system-3.7 -> Run the system test suite.
* cover -> Run the final coverage report.
* docs -> Build the docs for this library.
- docfx -> Build the docfx yaml files for this library.

sessions marked with * are selected, sessions marked with - are skipped.

@tseaver tseaver reopened this Jun 7, 2021
@tseaver tseaver closed this Jun 7, 2021
tseaver added a commit that referenced this pull request Jun 7, 2021
Post-owlbot refresh of PR #272.
crwilcox pushed a commit that referenced this pull request Jun 9, 2021
@tseaver tseaver deleted the unit-test-py39 branch December 7, 2021 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/python-firestore API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants