Reproducing hanging teardown with playwright-pytest fixture.
See: microsoft/playwright-pytest#187
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest --setup-show
This hangs on tearing down the playwright
fixture (use CTRL+C to terminate).