Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

fix(resumable-media): fix failing unit tests by dropping Python 3.4, add Python 3.8#118

Merged
plamut merged 6 commits intogoogleapis:masterfrom
plamut:iss-117
Jan 9, 2020
Merged

fix(resumable-media): fix failing unit tests by dropping Python 3.4, add Python 3.8#118
plamut merged 6 commits intogoogleapis:masterfrom
plamut:iss-117

Conversation

@plamut
Copy link
Copy Markdown
Contributor

@plamut plamut commented Jan 8, 2020

Fixes #117.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 8, 2020
Comment thread noxfile.py Outdated


@nox.session(python=['2.7', '3.4', '3.5', '3.6', '3.7'])
@nox.session(python=['3.5', '3.6', '3.7'])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Would you mind dropping 3.8 in here as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done.

I also bumped the Python versions in other sessions to 3.8, as I believe this a standard practice (running misc. checks with the latest supported version).

@crwilcox
Copy link
Copy Markdown
Contributor

crwilcox commented Jan 8, 2020

Before removing python 2.7 from resumable media we would need to remove it from google-cloud-storage and google-cloud-bigquery as it is one of our helper packages.

@plamut
Copy link
Copy Markdown
Contributor Author

plamut commented Jan 8, 2020

I can revert dropping Python 2.7, that commit that introduced a byte string template is optional.

Yes, I can add Python 3.8, too.

@plamut plamut requested a review from busunkim96 January 8, 2020 19:30
@plamut plamut changed the title fix(resumable-media): fix failing unit tests by dropping support for Python <=3.4 fix(resumable-media): fix failing unit tests by dropping Python 3.4, add Python 3.8 Jan 8, 2020
@plamut plamut merged commit 1edb974 into googleapis:master Jan 9, 2020
@plamut plamut deleted the iss-117 branch January 9, 2020 08:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unit test suite under Python 3.4 fails if run after other suites

4 participants