Rollup merge of #126798 - miguelfrde:master, r=tmandry

[fuchsia-test-runner] Remove usage of kw_only

We are still at Python 3.8 in Fuchsia infra. This was introduced at Python 3.10.

r? tmandry
r? erickt
This commit is contained in:
Jubilee 2024-06-21 21:02:28 -07:00 committed by GitHub
commit b9ab6c3501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,7 @@ def atomic_link(link: Path, target: Path):
os.remove(tmp_file)
@dataclass(kw_only=True)
@dataclass
class TestEnvironment:
rust_build_dir: Path
sdk_dir: Path