Skip to content

Commit b9ab6c3

Browse files
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
2 parents 9498d5c + d94a405 commit b9ab6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/scripts/fuchsia-test-runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def atomic_link(link: Path, target: Path):
112112
os.remove(tmp_file)
113113

114114

115-
@dataclass(kw_only=True)
115+
@dataclass
116116
class TestEnvironment:
117117
rust_build_dir: Path
118118
sdk_dir: Path

0 commit comments

Comments
 (0)