Update dependencies with suggested updates.#36
Open
dakotablair wants to merge 5 commits intockelly_developfrom
Open
Update dependencies with suggested updates.#36dakotablair wants to merge 5 commits intockelly_developfrom
dakotablair wants to merge 5 commits intockelly_developfrom
Conversation
0dcb8c4 to
f66c8d8
Compare
33c3ae2 to
5b60ecd
Compare
These updates are a first step in upgrading dependencies in the Chimbuko visualization package. See also PR #95 in the visualization repo: CODARcode/ChimbukoVisualizationII#95
This commit creates a new image, with corresponding support scripts, to run the end-to-end tests for the chimbuko-visualization2 (CV2) package. A README is included to explain its usage. This commit also updates some of the spack package dependencies for the CV2 package. There seem to be more incompatibilities that will need to be resolved in order to fully upgrade CV2.
The celery upgrade works fine on its own. Updating redis in spack causes the concretize step to fail. Updating the redis python package using a pip installed package works, but some events may be being lost due to configuration changes between redis python package versions.
Some package requirements cannot easily be satisfied by spack, therefore some packages must be installed via pip. Also make the filenames more in line with the purpose of this Dockerfile, namely to provide and end-to-end test of the ChimbukoVisualizationII (cv2) package.
d31dcf5 to
f3c6405
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These updates are a first step in upgrading dependencies in the Chimbuko Visualization package. See also PR #95 in the visualization repo.