f2/testlib/fixtures/env: test_root cannot be None
`test_root` can never be `None`. Change-Id: I9ed344b55a733ad92ffa79e6799e44d97285109f Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
@@ -136,7 +136,7 @@ class _ManagedPath:
|
||||
|
||||
@dataclasses.dataclass
|
||||
class _Dirs:
|
||||
test_root: Path | None
|
||||
test_root: Path
|
||||
home: Path
|
||||
nix_log_dir: Path | None
|
||||
nix_state_dir: Path | None
|
||||
|
||||
Reference in New Issue
Block a user