Skip to content
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

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

Merged
merged 1 commit into from
Sep 12, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Sep 12, 2016

Fixes #2300.

@googlebot googlebot 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
Contributor

tseaver commented Sep 12, 2016

I'm 👍 on the feature overall.

@dhermes
Copy link
Contributor Author

dhermes commented Sep 12, 2016

@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
Contributor

tseaver commented Sep 12, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants