Rename puffin-cli crate to puffin (#976)

## Summary

Like in Ruff, this simplifies a few things.
This commit is contained in:
Charlie Marsh
2024-01-18 19:02:52 -05:00
committed by GitHub
parent 6cad0f609c
commit 5e2b715366
31 changed files with 59 additions and 63 deletions

View File

@@ -13,5 +13,5 @@ set -euxo pipefail
TARGET=${1}
hyperfine --runs 20 --warmup 3 --prepare "rm -rf .venv && virtualenv .venv && source activate .venv/bin/activate && pip install ${TARGET}" \
"./target/release/puffin-cli uninstall ${TARGET}" \
"./target/release/puffin uninstall ${TARGET}" \
"pip uninstall -y ${TARGET}"

View File

@@ -51,7 +51,7 @@ TEMPLATE = TOOL_ROOT / "template.mustache"
PACKSE = TOOL_ROOT / "packse-scenarios"
REQUIREMENTS = TOOL_ROOT / "requirements.txt"
PROJECT_ROOT = TOOL_ROOT.parent.parent
TARGET = PROJECT_ROOT / "crates" / "puffin-cli" / "tests" / "pip_install_scenarios.rs"
TARGET = PROJECT_ROOT / "crates" / "puffin" / "tests" / "pip_install_scenarios.rs"
try:
import packse