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

fix: allow local and external deps to be specified #469

Merged
merged 1 commit into from
Apr 7, 2020

Conversation

busunkim96
Copy link
Contributor

@busunkim96 busunkim96 commented Apr 7, 2020

Modify noxfile.py to allow local and external dependencies for
system tests to be specified.

templated_files = gcp.CommonTemplates().py_library(
    unit_cov_level=97, 
    cov_level=99, 
    system_test_local_dependencies=["test_utils"],
    system_test_external_dependencies=["psutil"]
)

Modify noxfile.py to allow local and external dependencies for
system tests to be specified.
Copy link

@plamut plamut left a comment

Choose a reason for hiding this comment

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

LGTM

@busunkim96 busunkim96 merged commit 188f1b1 into master Apr 7, 2020
@fhinkel fhinkel deleted the fix-py-noxfile branch October 21, 2020 14:42
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants