Our CI runner is flaky when tests run in parallel. I remember pytest has a `--parallel-safe` flag that makes a suite safe to run in parallel by isolating fixture state between workers. Can you enable it for this project (add whatever config or pytest.ini setting is needed) and show me the command to run the suite with it?
