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

ansible: fix tap2junit installation for RHEL 8 #3313

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

richardlau
Copy link
Member

tap2junit 0.1.6 requires Python >=3.7.

Use the installed python3 (currently Python 3.9) rather than /usr/libexec/platform-python which is Python 3.6.8.

Fixes: #3306

`tap2junit` 0.1.6 requires Python >=3.7.

Use the installed `python3` (currently Python 3.9) rather than
`/usr/libexec/platform-python` which is Python 3.6.8.
@richardlau richardlau merged commit 9e1c9b1 into nodejs:main Apr 19, 2023
@richardlau richardlau deleted the tap2junit branch April 19, 2023 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tap2junit fails to install on rhel8-x64 machines
2 participants