How can I see normal print output created during pytest run? September 8, 2022 by Tarik The -s switch disables per-test capturing (only if a test fails). -s is equivalent to --capture=no.