Skip to content

Change recommended installation methods#1449

Merged
Fizzadar merged 1 commit intopyinfra-dev:3.xfrom
DonDebonair:docs/installation
Sep 16, 2025
Merged

Change recommended installation methods#1449
Fizzadar merged 1 commit intopyinfra-dev:3.xfrom
DonDebonair:docs/installation

Conversation

@DonDebonair
Copy link
Contributor

This PR changes the recommended installation method from pip to uv and adds pipx and leaves pip as alternative installation methods.

  • Pull request is based on the default branch (3.x at this time)
  • Pull request includes tests for any new/updated operations/facts
  • Pull request includes documentation for any new/updated operations/facts
  • Tests pass (see scripts/dev-test.sh)
  • Type checking & code style passes (see scripts/dev-lint.sh)

@DonDebonair
Copy link
Contributor Author

I didn't actually make any changes to the code. So I'm not sure why mypy is failing...

@simonhammes
Copy link
Contributor

I didn't actually make any changes to the code. So I'm not sure why mypy is failing...

I can reproduce this on 3.x.

I'm guessing that this happens since the mypy version is not locked:

"mypy",

The latest version (v1.18.1) was released two days ago: https://github.com/python/mypy/blob/530bdc5063f2309702ec08797388d635cad4b634/CHANGELOG.md

@Fizzadar
Copy link
Member

#1450 will address the mypy thing by pinning it 🙏

@DonDebonair
Copy link
Contributor Author

Rebased the branch, so it should work now

Copy link
Member

@Fizzadar Fizzadar left a comment

Choose a reason for hiding this comment

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

Thank you, @DonDebonair!

@Fizzadar Fizzadar merged commit ab53843 into pyinfra-dev:3.x Sep 16, 2025
67 checks passed
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.

3 participants