-
Notifications
You must be signed in to change notification settings - Fork 355
DAOS-15234 test: Moving to Avocado 103 LTS #14148
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
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d16d2b5
DAOS-15234 test: Moving to Avocado 103 LTS
phender 0b58ae1
Avocado 103 LTS needs a minimum of python 3.7.
phender fef1bd3
Move python3.12 install command.
phender 01c5b20
Run the virtual env with the latest available python version installed.
phender c0a579d
Merge branch 'master' into pahender/DAOS-15234
phender b75c87d
Fix typo.
phender 8d06a9d
Code updates for 103 LTS.
phender 117482c
Fix missed pylint issue.
phender 23f3259
Fix arguments-renamed error.
phender fb83c38
Merge branch 'master' into pahender/DAOS-15234
phender 006f8aa
Merge branch 'master' into pahender/DAOS-15234
phender f6d4c65
Use python3.11.
phender d43b684
More testing.
phender 8dd13a3
Merge branch 'master' into pahender/DAOS-15234
phender e14207f
Fix leap
phender 5446200
Adding missed change.
phender 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| avocado-framework==82 | ||
| avocado-framework-plugin-result-html==82 | ||
| avocado-framework-plugin-varianter-yaml-to-mux==82 | ||
| avocado-framework>=103.0,<104.0 | ||
| avocado-framework-plugin-result-html>=103.0,<104.0 | ||
| avocado-framework-plugin-varianter-yaml-to-mux>=103.0,<104.0 | ||
| clustershell | ||
| paramiko | ||
| distro | ||
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.
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 range ensures we pick up any dot fixes to the 103 LTS release.
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.
Does
==103not allow any 103.x point release? That was my experience with==82.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.
According to https://peps.python.org/pep-0440/#version-matching it looks like we could use
==103.*.