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

only test notebooks that are checked into git #3713

Merged
merged 5 commits into from
Jan 29, 2021

Conversation

balopat
Copy link
Contributor

@balopat balopat commented Jan 27, 2021

This helps with local running of the notebook tests - it will only pick up notebooks that are checked into git.
Related to #3603.

@balopat balopat requested review from cduck, vtomole and a team as code owners January 27, 2021 23:00
@google-cla google-cla bot added the cla: yes Makes googlebot stop complaining. label Jan 27, 2021
@mpharrigan
Copy link
Collaborator

Awesome! but why are we using a custom shell_tools instead of subprocess.call? It seems to be causing problems on different platforms

@balopat
Copy link
Contributor Author

balopat commented Jan 28, 2021

Awesome! but why are we using a custom shell_tools instead of subprocess.call? It seems to be causing problems on different platforms

I've been using shell_tools everywhere as it was convenient - even in this test - it was never executed on non-Linux platforms - however the test collection phase is executed, so I will use subprocess then.

@balopat balopat added the automerge Tells CirqBot to sync and merge this PR. (If it's running.) label Jan 29, 2021
@CirqBot CirqBot added the front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. label Jan 29, 2021
@CirqBot CirqBot merged commit 239936d into quantumlib:master Jan 29, 2021
@CirqBot CirqBot removed automerge Tells CirqBot to sync and merge this PR. (If it's running.) front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. labels Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Makes googlebot stop complaining.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants