-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add pip install tests to terra-jupyter-python. #286
Conversation
Be sure to remove this pin when tensorflow is next upgraded.
Do this by installing pytest in the USER path instead of PIP_TARGET.
The prior ones work correctly on Terra, but not here in the context of nbconvert.
Note that the test failure in terra-jupyter-base has nothing to do with this change - I only added a comment to the Dockerfile. The test failures there will be addressed with the upgrade to tensorflow 2.7 in #281 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is more for fixing tests...no need to publish new images
"source": [ | ||
"output = !pip3 show docstring-parser\n", | ||
"print(output) # Should show that it is now installed!\n", | ||
"# TODO uncomment this test after https://github.com/DataBiosphere/terra-docker/issues/285\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uncomment this after #285 to re-enable the failing test.
Added new tests to demonstrate:
pip install
when building library from source forterra-jupyter-gatk
img #285 is fixed, the final assertion is commented out for nowAlso fixes some test breakage: