-
-
Notifications
You must be signed in to change notification settings - Fork 164
Fix Python bindings version ignored in system tests #745
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
Closed
AdityaGupta716
wants to merge
35
commits into
precice:develop
from
AdityaGupta716:systemtests/fix-python-bindings-venv
+54
−33
Closed
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
7d52ae3
systemtests: fix Python bindings version ignored due to tutorial venv…
AdityaGupta716 e3ac6fc
Merge branch 'develop' into systemtests/fix-python-bindings-venv
AdityaGupta716 ad161ed
systemtests: add precice import sanity check when PRECICE_TUTORIALS_N…
AdityaGupta716 a24e9a5
systemtests: set PRECICE_TUTORIALS_NO_VENV in su2-adapter template; f…
AdityaGupta716 cc03099
fix: update changelog entry to reflect all changes in #584 fix
AdityaGupta716 9153bd3
Add sanity check for precice importability when PRECICE_TUTORIALS_NO_…
AdityaGupta716 00e12ea
Update changelog to reflect su2-adapter and sanity check additions
AdityaGupta716 5b14ee4
Merge branch 'develop' into systemtests/fix-python-bindings-venv
AdityaGupta716 fe39321
fix: align timeout constants with add-timeout-support; add precice sa…
AdityaGupta716 5d65b6a
Merge branch 'develop' into systemtests/fix-python-bindings-venv
AdityaGupta716 700b897
Merge branch 'develop' into systemtests/fix-python-bindings-venv
MakisH dc1bec2
Revert unrelated changes in systemtests/Systemtest.py
MakisH 153a00b
Rework changelog entry
MakisH aec6e5b
Fix a few more --system-site-package[s] typos
MakisH 62c0675
Add missing ENV for the SU2 adapter and Micro-Manager
MakisH 76327d3
Fix fail-fast logic
MakisH 8338a34
Fix a remaining system-site-package[s] typo
MakisH 36839b3
Fix logic in the Dockerfile
MakisH 12d691d
Remove no-op COPY commands
MakisH c9cf77f
Restore ENV commands in python_bindings stage
MakisH 7285881
Remove unused venv activate commands
MakisH 2e32a35
Add PRECICE_TUTORIALS_NO_VENV to micro-manager component
MakisH eb376ac
Remove redundant copy
MakisH 29eb461
FEniCS adapter: Enable global venv again
MakisH 82e6f3c
Merge branch 'develop' into systemtests/fix-python-bindings-venv
AdityaGupta716 8b2590a
systemtests: fix FEniCS adapter using --user --break-system-packages …
AdityaGupta716 f9eaced
systemtests: fix FEniCS mpi4py conflict by uninstalling venv's mpi4py…
AdityaGupta716 7996214
systemtests: give nutils and micro-manager images their own bindings/…
AdityaGupta716 1d418a3
Merge branch 'develop' into systemtests/fix-python-bindings-venv
AdityaGupta716 87d7b41
Merge branch 'develop' into systemtests/fix-python-bindings-venv
MakisH 4d68713
Merge branch 'develop' into systemtests/fix-python-bindings-venv
MakisH 9abb04e
Port newer fenicsx-adapter.yaml
MakisH 60c295c
Port the newer fenicsx_adapter Docker stage
MakisH 3bb9660
Adjust the base image of fenicsx_adapter
MakisH 254854f
Merge branch 'develop' into systemtests/fix-python-bindings-venv
MakisH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| - Fixed the Python bindings version being ignored in the system tests, where tutorial `run.sh` scripts created their own virtual environment and reinstalled an unpinned `pyprecice` over the image's pinned `PYTHON_BINDINGS_REF`. The `nutils` and `micro-manager` images, which previously relied on those per-case environments to supply `nutils` (and `pyprecice`), now install the required packages directly. [#745](https://github.com/precice/tutorials/pull/745) |
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.