pypa/hatch

PEP723: Using `--system-site-packages`

オープン

#1,963 opened on 2025/04/28

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (240 件のフォーク)batch import
good first issueneeds investigation

Repository metrics

Stars
 (4,451 個のスター)
PR merge metrics
 (PR metrics pending)

説明

This may be more general issue, but how would we define that we want the venv to have --system-site-packages passed? For hatch frontend, maybe the closest would be to add

[tool.hatch.envs.default]
system-site-packages = true

and similarly for each frontend? Would adding that be accounted for in hatch run?

コントリビューターガイド