2023-11-08 15:19:16 -08:00
|
|
|
|
---
|
|
|
|
|
|
source: crates/puffin-cli/tests/pip_compile.rs
|
|
|
|
|
|
info:
|
|
|
|
|
|
program: puffin
|
|
|
|
|
|
args:
|
|
|
|
|
|
- pip-compile
|
|
|
|
|
|
- requirements.in
|
|
|
|
|
|
- "--python-version"
|
|
|
|
|
|
- py37
|
|
|
|
|
|
- "--cache-dir"
|
2023-11-13 17:14:07 +01:00
|
|
|
|
- /tmp/.tmpHz7Dc2
|
2023-11-08 15:19:16 -08:00
|
|
|
|
env:
|
2023-11-13 17:14:07 +01:00
|
|
|
|
VIRTUAL_ENV: /tmp/.tmpoMjDJT/.venv
|
2023-11-08 15:19:16 -08:00
|
|
|
|
---
|
2023-11-13 17:14:07 +01:00
|
|
|
|
success: false
|
|
|
|
|
|
exit_code: 1
|
2023-11-08 15:19:16 -08:00
|
|
|
|
----- stdout -----
|
|
|
|
|
|
|
|
|
|
|
|
----- stderr -----
|
2023-11-13 17:14:07 +01:00
|
|
|
|
× No solution found when resolving dependencies:
|
|
|
|
|
|
╰─▶ Because there is no version of black available matching ==23.10.1 and
|
|
|
|
|
|
root depends on black==23.10.1, version solving failed.
|
2023-11-08 15:19:16 -08:00
|
|
|
|
|