uv/crates/puffin-cli/tests
konsti bacf1dc911
Filter out yanked files (#413)
Implement two behaviors for yanked versions:

* During `pip-compile`, yanked versions are filtered out entirely, we
currently treat them is if they don't exist. This is leads to confusing
error messages because a version that does exist seems to have suddenly
disappeared.
* During `pip-sync`, we warn when we fetch a remote distribution and it
has been yanked. We currently don't warn on cached or installed
distributions that have been yanked.
2023-11-13 20:58:50 +00:00
..
common Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00
snapshots Filter out yanked files (#413) 2023-11-13 20:58:50 +00:00
add.rs Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00
pip_compile.rs Filter out yanked files (#413) 2023-11-13 20:58:50 +00:00
pip_sync.rs Filter out yanked files (#413) 2023-11-13 20:58:50 +00:00
pip_uninstall.rs Remove __pycache__ directories when uninstalling (#397) 2023-11-10 14:55:33 -05:00
remove.rs Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00
venv.rs Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00