Skip to content
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

Remove pinning of unreleased Avocado #12

Merged

Conversation

clebergnu
Copy link
Contributor

Some functionality (like the test .data support) was needed on autils but not (then) yet available on a released Avocado version.

Now with 102.0 out, it's possible to use it without special gimmicks.

Some functionality (like the test .data support) was needed on autils
but not (then) yet available on a released Avocado version.

Now with 102.0 out, it's possible to use it without special gimmicks.

Signed-off-by: Cleber Rosa <[email protected]>
@clebergnu clebergnu self-assigned this Jul 6, 2023
@clebergnu clebergnu requested a review from richtja July 6, 2023 17:27
Copy link
Contributor

@richtja richtja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @clebergnu, thank you for this update, I have just one proposal related to the avocado version.

@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Avocado to run tests
run: pip3 install git+https://github.com/avocado-framework/avocado@7998c0a6d1bdd8ce60235cd4d2aa04afbebfe00e#egg=avocado_framework
run: pip3 install avocado-framework==102.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Base on the BP005 “there shouldn't be any type of release version sync between Avocado and autils”. Therefore, we shouldn't stick to a specific avocado version. What about to add only pip3 install avocado-framework?

@richtja richtja merged commit 8f0c00c into avocado-framework:main Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants