mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
mach: Configure uv
using pyproject.toml
(#39365)
We have been consolidating all of our Python configuration in `pyproject.toml`, so we can move our one `uv` specific setting there as well. Testing: There is no easy way to write an automated test for this but I confirmed it work by running `uv run --show-settings`. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
f508b1e5af
commit
dbeee677b3
2 changed files with 3 additions and 1 deletions
|
@ -67,3 +67,6 @@ project-excludes = [
|
|||
"python/mach/**/*.py",
|
||||
"python/servo/mutation/**/*.py",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
native-tls = true
|
||||
|
|
1
uv.toml
1
uv.toml
|
@ -1 +0,0 @@
|
|||
native-tls = true
|
Loading…
Add table
Add a link
Reference in a new issue