From 15c95b95d609a15bc66835f487056dc831162f42 Mon Sep 17 00:00:00 2001 From: rootile Date: Sat, 11 Apr 2026 14:16:01 +0200 Subject: [PATCH] tests/f2/nix: remove obsolete param documentation Change-Id: I103d529ad0dd4ad482f9facb7e44baf61ab700d1 --- tests/functional2/testlib/fixtures/nix.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/functional2/testlib/fixtures/nix.py b/tests/functional2/testlib/fixtures/nix.py index c964b99dd..45e8a1f29 100644 --- a/tests/functional2/testlib/fixtures/nix.py +++ b/tests/functional2/testlib/fixtures/nix.py @@ -158,7 +158,6 @@ class Nix: def nix_cmd(self, argv: list[str], flake: bool = False, cwd: Path | None = None) -> Command: """ Constructs a NixCommand with the appropriate settings. - :param build: if the executed command wants to build stuff. This is required due to darwin shenanigans. "auto" will try to autodetect, override using `True` or `False`. Has no effect on linux. """ # Create a copy of settings to not have a writing side effect settings = self.settings.clone()