about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2024-06-21 21:02:28 -0700
committerGitHub <noreply@github.com>2024-06-21 21:02:28 -0700
commitb9ab6c35012e5beaf64362eae6646d4f3c3e725e (patch)
tree250827fb51e6491255b2890b315f9e5c32948a48
parent9498d5cf2f550697888ec38c04e8ea028603f2e9 (diff)
parentd94a40516efd42e0ed6d92645866959ad04e95eb (diff)
downloadrust-b9ab6c35012e5beaf64362eae6646d4f3c3e725e.tar.gz
rust-b9ab6c35012e5beaf64362eae6646d4f3c3e725e.zip
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
-rwxr-xr-xsrc/ci/docker/scripts/fuchsia-test-runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/fuchsia-test-runner.py b/src/ci/docker/scripts/fuchsia-test-runner.py
index 115ee69a589..6db25ff1a80 100755
--- a/src/ci/docker/scripts/fuchsia-test-runner.py
+++ b/src/ci/docker/scripts/fuchsia-test-runner.py
@@ -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