Open
Conversation
ReFrame has migrated to `pyproject.toml` and is now PEP517/518 compliant. - All the legacy installation files are removed: `setup.cfg`, `requirements.txt`, `docs/requirements.txt`. - The `bin/reframe` is removed. This is managed by `pyproject.toml`. - `./bootstrap.sh` is removed. Users can run ReFrame using ephemeral venv on multiple architectures using `uvx run reframe`. - Remove use of `./boostrap.sh` from everywhere in the code and unit tests - Update container images - Update docs - Extra denendencies and dependency groups, such as for running the unit tests and building the documentation, are now handled by `pyproject.toml`. - Shell completions and man pages are stored in their OS standard locations and is handled by the `pyproject.toml`. - README is updated.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3651 +/- ##
===========================================
+ Coverage 91.70% 91.90% +0.19%
===========================================
Files 62 62
Lines 13727 13727
===========================================
+ Hits 12589 12616 +27
+ Misses 1138 1111 -27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
ReFrame has migrated to
pyproject.tomland is now PEP517/518 compliant.setup.cfg,requirements.txt,docs/requirements.txt.bin/reframeis removed. This is managed bypyproject.toml../bootstrap.shis removed. Users can run ReFrame using ephemeral venv on multiple architectures usinguvx run reframe../boostrap.shfrom everywhere in the code and unit testspyproject.toml.pyproject.toml.Closes #3588.