From a6decf15b58bbb1822366e3daf491bbd875e8a3e Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Fri, 12 Sep 2025 23:26:20 -0700 Subject: [PATCH] Don't assert on stderr messages These can be things like missing library tables, directory creation, etc --- qa/tests/cli/test_sch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qa/tests/cli/test_sch.py b/qa/tests/cli/test_sch.py index 463bcd0542..dab87abe73 100644 --- a/qa/tests/cli/test_sch.py +++ b/qa/tests/cli/test_sch.py @@ -194,7 +194,6 @@ def test_sch_export_erc( kitest, stdout, stderr, exitcode = utils.run_and_capture( command ) assert exitcode == expected_exit_code - assert stderr == '' # some of our netlist formats are not cross platform so skip for now if not skip_compare: