Don't assert on stderr messages

These can be things like missing library tables, directory creation, etc
This commit is contained in:
Seth Hillbrand 2025-09-12 23:26:20 -07:00
parent 4229b3cc76
commit a6decf15b5

View File

@ -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: