Charlie Marsh
|
3549d9638e
|
Inline all snapshot files (#641)
Right now, we're inconsistent between checking in and inlining these.
The outputs are small in Puffin, so let's just inline them in all cases.
|
2023-12-14 00:35:38 +00:00 |
|
Charlie Marsh
|
b1c29447df
|
Use temp_dir casing everywhere (#440)
|
2023-11-16 21:04:10 +00:00 |
|
Charlie Marsh
|
e8108cb28b
|
Remove __pycache__ directories when uninstalling (#397)
According to the [packaging
documentation](https://packaging.python.org/en/latest/specifications/binary-distribution-format/#binary-distribution-format),
"uninstallers should be smart enough to remove .pyc even if it is not
mentioned in RECORD". Previously, we weren't handling this case, so if
you installed via Puffin, then imported a file (to trigger bytecode
compilation), then uninstalled, we'd leave spare `__pycache__`
directories around.
Closes https://github.com/astral-sh/puffin/issues/395.
|
2023-11-10 14:55:33 -05:00 |
|
konsti
|
c6f2dfd727
|
Use shared insta filters (#270)
Internal refactoring for consistency between tests
|
2023-11-02 16:42:59 +01:00 |
|
Charlie Marsh
|
d5105a76c5
|
Improve and test diagnostics for requirements-reading CLI commands (#143)
Also removes `owo_colors` because it was really painful to get it to
avoid printing colors during tests.
|
2023-10-19 18:13:40 -04:00 |
|