kuznia-rdzeni / coreblocks

RISC-V out-of-order core for education and research purposes
https://kuznia-rdzeni.github.io/coreblocks/
BSD 3-Clause "New" or "Revised" License
36 stars 14 forks source link

Turn off printing pytest logs #648

Closed lekcyjna123 closed 5 months ago

lekcyjna123 commented 5 months ago

After #645 logs are printed twice and I haven't found that in testing. This was caused by adding the pytest handler and the fact that we have had the pytest log printing turned on by default. This was a no-op without a handler so before #645 it wasn't a problem. Here I turn printing of pytest logs off.