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

[WIP] pipx/pipx_info: multiple fixes #9044

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

russoz
Copy link
Collaborator

@russoz russoz commented Oct 19, 2024

SUMMARY

The integration tests were flawed, not really testing the latest features, specially global.

Fixes #9009

ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
  • Refactoring Pull Request
  • Test Pull Request
COMPONENT NAME

pipx
pipx_info

@ansibullbot ansibullbot added WIP Work in progress bug This issue/PR relates to a bug integration tests/integration module module module_utils module_utils plugins plugin (any type) tests tests labels Oct 19, 2024
@felixfontein felixfontein added backport-9 Automatically create a backport for the stable-9 branch and removed backport-9 Automatically create a backport for the stable-9 branch labels Oct 20, 2024
name: pipx>=1.7.0
extra_args: --user
- name: Ensure path
ansible.builtin.command: "{{ ansible_python_interpreter }} -m pipx ensurepath"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This seems to cause problems on FreeBSD; it seems to hang there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug integration tests/integration module_utils module_utils module module plugins plugin (any type) tests tests WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pipx: Injecting packages fails when using global
3 participants