verbose pytest in python build
When tests in one file take a long time, there is no indication about which test is being run, which makes troubleshooting more complicated than necessary. Having a verbose pytest run allows to see which test function is currently running.