uv/crates/puffin-cli
konsti aee6aed684
Make install_editable test faster (#901)
Remove a test case from the `install_editable` that slows it down from
3.6s to 6.5s while providing low test coverage. It also seems to block
other tests sometimes, `cargo nextest run -E "test(editable)"
--all-features` has more consistent and lower runtimes. Surprisingly
this seems to have bigger effect than switching from pyo3 to cffi.

Used test commands:
```
rm -rf scripts/editable-installs/maturin_editable/target/ && time cargo nextest run -E "test(=install_editable)" --all-features
rm -rf scripts/editable-installs/maturin_editable/target/ && time cargo nextest run -E "test(editable)" --all-features
 ```

Part of #878
2024-01-12 18:50:27 +01:00
..
src Add hashes to pip-compile output (#894) 2024-01-12 12:44:19 -05:00
tests Make install_editable test faster (#901) 2024-01-12 18:50:27 +01:00
Cargo.toml Fix tracing-duration-export compilation (#835) 2024-01-08 18:04:23 +00:00