Skip to content

Allow positional arguments tox -e system-tests. - #2304

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-2300
Sep 12, 2016
Merged

Allow positional arguments tox -e system-tests.#2304
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:fix-2300

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

Fixes#2300.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 12, 2016
if args.packages is ALL_MODULES:
result = list(MODULES)
if sys.version_info[:2] != (2, 7):
result.remove(BIGTABLE_API)

This comment was marked as spam.

This comment was marked as spam.

@tseaver

Copy link
Copy Markdown
Contributor

I'm 👍 on the feature overall.

@dhermes

Copy link
Copy Markdown
ContributorAuthor

@tseaver How do you feel about merging this and handling the gRPC dep stuff (including the bigtable system test being left out) in a standalone PR?

@tseaver

Copy link
Copy Markdown
Contributor

How do you feel about merging this and handling the gRPC dep stuff (including the bigtable system test being left out) in a standalone PR?

SGTM

@dhermes
dhermes merged commit 1537d4a into googleapis:masterSep 12, 2016
@dhermes
dhermes deleted the fix-2300 branch September 12, 2016 22:18
@dhermesdhermes mentioned this pull request Sep 19, 2016
parthea pushed a commit that referenced this pull request Apr 1, 2026
parthea pushed a commit that referenced this pull request Apr 1, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.
Librarian Version: v0.7.0
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
<details><summary>bigframes: 2.31.0</summary>
##
[2.31.0](google/bigframes@v2.30.0...v2.31.0)
(2025-12-10)
### Features
* add `bigframes.bigquery.ml` methods (#2300)
([719b278c](google/bigframes@719b278c))
* add &#39;weekday&#39; property to DatatimeMethod (#2304)
([fafd7c73](google/bigframes@fafd7c73))
### Bug Fixes
* cache DataFrames to temp tables in bigframes.bigquery.ml methods to
avoid time travel (#2318)
([d9938319](google/bigframes@d9938319))
### Reverts
* DataFrame display uses IPython&#39;s `_repr_mimebundle_` (#2316)
([e4e3ec85](google/bigframes@e4e3ec85))
</details>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dhermes@tseaver@daspecster@googlebot