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

Molecule: Different fix for new Cython #1494

Closed
wants to merge 1 commit into from
Closed

Conversation

relrod
Copy link
Member

@relrod relrod commented Jul 17, 2023

SUMMARY

The first attempt (#1492) was unfortunately wrong in two ways. We need to pin the dependency in inside the container, not as a molecule dependency. Also it seems like the Cython pin needs to happen earlier but an easy solution is to just pin pyyaml to an old version instead for now until yaml/pyyaml#601 is resolved.

Here's an AWX CI run showing this fix works, this time: ansible/awx#14251

I will revert #1493 as well, it is useless.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change

The first attempt (ansible#1492) was unfortunately wrong in two ways. We need
to pin the dependency in inside the container, not as a molecule
dependency. Also it seems like the Cython pin needs to happen *earlier*
but an easy solution is to just pin pyyaml to an old version instead for
now until yaml/pyyaml#601 is resolved.

Signed-off-by: Rick Elrod <[email protected]>
@relrod relrod requested review from AlanCoding and gamuniz July 17, 2023 19:54
@relrod relrod marked this pull request as draft July 17, 2023 19:58
@relrod
Copy link
Member Author

relrod commented Jul 17, 2023

Backing this to draft for now, I want to see if #1463 fixes the issue instead.

@relrod
Copy link
Member Author

relrod commented Jul 17, 2023

Closing, I prefer #1463 to fix this.

@relrod relrod closed this Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant