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

Relax pluggy version dependency #3239

Merged
merged 2 commits into from
Sep 17, 2021
Merged

Relax pluggy version dependency #3239

merged 2 commits into from
Sep 17, 2021

Conversation

cjeanner
Copy link
Contributor

The pluggy module was added back in 2019 - there are newer releases now,
and we can expect other projects to depend on the 1.0 one - it would
then conflict with molecule, preventing developers to run smoothly there
unit tests.

PR Type

  • Feature Pull Request

The pluggy module was added back in 2019 - there are newer releases now,
and we can expect other projects to depend on the 1.0 one - it would
then conflict with molecule, preventing developers to run smoothly there
unit tests.
Copy link
Member

@ssbarnea ssbarnea left a comment

Choose a reason for hiding this comment

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

Correct fix is to make it < 2.0 as we already know that 1.0 did not break it and we do not expect any 1.x version to break it. It would be a more future proof dependency.

@ssbarnea ssbarnea added the bug label Sep 17, 2021
@cjeanner
Copy link
Contributor Author

Oh, Thanks Sorin! I should have pinged you earlier :).

@ssbarnea ssbarnea changed the title Allows to take a newer pluggy release Relax pluggy version dependency Sep 17, 2021
@ssbarnea ssbarnea merged commit 212b01c into ansible:main Sep 17, 2021
@cjeanner cjeanner deleted the bump-pluggy branch September 17, 2021 11:28
tadeboro pushed a commit that referenced this pull request Oct 1, 2021
Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
@patchback
Copy link

patchback bot commented Oct 2, 2021

Backport to stable/3.4: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable/3.4/212b01c70131cf1157afee740e12ce69c008a571/pr-3239

Backported as #3256

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 2, 2021
Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
(cherry picked from commit 212b01c)
ssbarnea pushed a commit that referenced this pull request Oct 2, 2021
Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
(cherry picked from commit 212b01c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants