lol

Merge pull request #177461 from leungbk/mypy-terminal-emulator

tests/terminal-emulators: comply with mypy typecheck

authored by

Robert Hensing and committed by
GitHub
5f2eb577 d313ae7e

+1
+1
nixos/tests/terminal-emulators.nix
··· 197 197 198 198 with subtest("have the terminal display a colour"): 199 199 # We run this command in the background 200 + assert machine.shell is not None 200 201 machine.shell.send(b"(run-in-this-term display-colour |& systemd-cat -t terminal) &\n") 201 202 202 203 with machine.nested("Waiting for the screen to have pink on it:"):