Skip to content

Commit

Permalink
Rollup merge of #126798 - miguelfrde:master, r=tmandry
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
workingjubilee committed Jun 22, 2024
2 parents 9498d5c + d94a405 commit b9ab6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/fuchsia-test-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9ab6c3

Please sign in to comment.