Conversation
These samples are being excluded from the plain `tests` target, since they require the gRPC libraries (which are not compatible with Python 3, yet). This means they are not running on Jenkins or Travis. By adding another session, we will be able to run the tests for these samples on Jenkins.
Contributor
Author
|
@waprin @jonparrott I noticed that neither |
Contributor
|
Huh - in theory, the speech tests should only be skipped if the python version was > 3... was that not working? |
Contributor
Author
|
The speech directory was in the "blacklist" so nox was never considering them to be sample directories. (Ditto for bigtable.) |
8 tasks
telpirion
pushed a commit
that referenced
this pull request
Nov 16, 2022
msampathkumar
pushed a commit
that referenced
this pull request
Nov 16, 2022
Source-Link: googleapis/synthtool@50db768 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e09366bdf0fd9c8976592988390b24d53583dd9f002d476934da43725adbb978
8 tasks
dandhlee
pushed a commit
that referenced
this pull request
Nov 17, 2022
Source-Link: googleapis/synthtool@50db768 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e09366bdf0fd9c8976592988390b24d53583dd9f002d476934da43725adbb978
8 tasks
arbrown
pushed a commit
that referenced
this pull request
Nov 17, 2022
dandhlee
pushed a commit
that referenced
this pull request
Nov 17, 2022
dandhlee
pushed a commit
that referenced
this pull request
Nov 18, 2022
engelke
pushed a commit
that referenced
this pull request
Nov 28, 2022
dandhlee
pushed a commit
that referenced
this pull request
Nov 29, 2022
8 tasks
Sita04
pushed a commit
that referenced
this pull request
Feb 7, 2023
dizcology
pushed a commit
that referenced
this pull request
Sep 11, 2023
Source-Link: googleapis/synthtool@6ed3a83 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
9 tasks
leahecole
pushed a commit
that referenced
this pull request
Sep 15, 2023
Source-Link: googleapis/synthtool@6ed3a83 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These samples are being excluded from the plain
teststarget, sincethey require the gRPC libraries (which are not compatible with Python
3, yet). This means they are not running on Jenkins or Travis.
By adding another session, we will be able to run the tests for these
samples on Jenkins.