Category "xdist"

Pytest xdist and parametrized tests is performing setup per each thread?

I have a test file that I run with pytest The file has parametrized tests and also a setup that I want it to run only once before any of the tests run, on that

How to execute pytest paralelly through xdist plugin?

How can I run my pytests parallely on multiple custom environments ? I have pytest-xdist as well. Not sure if this plugin helps test_test.py @pytest.mark.env(