You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for if there is a way to allow certain group of tests to run sequentially only while other tests continue to run in parallel using -n (xdist).
I have a group of tests that cannot be executed in parallel (small set of tests only in the whole). I do not want to create another job to run without -n for these small set. I searched but did not find actual solution anywhere.
The versions I am using are:
pytest-xdist 1.20.1
pytest 3.2.5
Python 2.7.13
Thanks in advance.
zoltan-fedor, karimi, lucrib, vilus, Jenselme and 48 moreRichardDallyRichardDally and uriii3