Skip to content

Commit 60010ee

Browse files
committed
Enable system packages access in hatch default environment
This allows access to system libraries such as pcbnew and wxwidgets which can't be installed in a hatch-managed virtual environment
1 parent 51acf64 commit 60010ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ path = "InteractiveHtmlBom/version.py"
3737
pattern = "LAST_TAG = 'v(?P<version>[^']+)'"
3838

3939
[tool.hatch.envs.default]
40+
system-packages = true
4041
dependencies = ["coverage[toml]>=6.5", "pytest"]
4142
[tool.hatch.envs.default.scripts]
4243
test = "pytest {args:tests}"

0 commit comments

Comments
 (0)