Skip to content

Conversation

@mhils
Copy link
Member

@mhils mhils commented Jun 1, 2025

This should make things more stable going forward. :-)

cd mitmproxy
git rev-parse HEAD
uv pip install --system --group dev -e .
uv pip install --system --requirements <(uv export) -e .
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
uv pip install --system --requirements <(uv export) -e .
uv pip install --system --requirements <(uv export --group dev) -e .

Should we do this?

Copy link
Member Author

Choose a reason for hiding this comment

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

dev is a default group, so those dependencies are already included. We can do this if you think it's more readable, but it's functionally equivalent. :)

@alex alex merged commit a6f3623 into pyca:main Jun 2, 2025
63 checks passed
alex pushed a commit to alex/cryptography that referenced this pull request Aug 5, 2025
* use mitmproxy's uv.lock for downstream tests

* add `--locked`
reaperhulk pushed a commit that referenced this pull request Aug 5, 2025
* Bump for 45.0.6 release

* Use mitmproxy's uv.lock for downstream tests (#13022)

* use mitmproxy's uv.lock for downstream tests

* add `--locked`

* install deps for downstream tests into a venv with uv (#13192)

* install deps for downstream tests into a venv with uv

* this needs to use the venv pyhon too

* stop trying to do shell hijinx

* install pip for certbot

* fall back o regular pip someimes

* try to get cryptography installed into the venv for scapy

* allow us to debug

* fix override syntax

* oops, one fewer

* computer

* try fixing paramiko dev (#13239)

* hack to fix coverage (#13161)

* hack to fix coverage

* Update ci.yml

* Update ci.yml

* Update ci.yml

* Attempt to fix coverage due to rust nonsense (#13153)

* attempt to fix inane coverage nonsense (#13156)

* coverage fix, cherry pick of dac3653

---------

Co-authored-by: Maximilian Hils <git@maximilianhils.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants