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:
Martin Robinson 2025-09-18 09:08:37 +02:00 committed by GitHub
parent f508b1e5af
commit dbeee677b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -67,3 +67,6 @@ project-excludes = [
"python/mach/**/*.py",
"python/servo/mutation/**/*.py",
]
[tool.uv]
native-tls = true

View file

@ -1 +0,0 @@
native-tls = true