Loading tests/conftest.py +0 −3 Original line number Diff line number Diff line Loading @@ -259,9 +259,6 @@ class EncoderFrontend: cmd_str = textwrap.indent(" ".join(command), prefix="\t") log_dbg_msg(f"{self._type} encoder command:\n{cmd_str}") print(command) pytest.fail() try: result = run(command, capture_output=True, check=True, timeout=self.timeout) except TimeoutExpired: Loading Loading
tests/conftest.py +0 −3 Original line number Diff line number Diff line Loading @@ -259,9 +259,6 @@ class EncoderFrontend: cmd_str = textwrap.indent(" ".join(command), prefix="\t") log_dbg_msg(f"{self._type} encoder command:\n{cmd_str}") print(command) pytest.fail() try: result = run(command, capture_output=True, check=True, timeout=self.timeout) except TimeoutExpired: Loading