This shouldn’t be legal ?)
TIL: You can use pdbpp in any project withouth installing it with uv run --with pdbpp <original command>
. This was possible before but uv makes a bit faster.
I’m using it to run the Django test suite and be thrown into a pdbpp session
uv run --with pdbpp ./runtests.py --selenium=chrome --screenshots -k test_tutorial_question_part_seven