home-assistant-component-tests: disable xdist

We have enough components that we can parallelize them when tested in
bulk, but even with one xdist thread some tests fail every once in a
while.
This commit is contained in:
Martin Weinelt 2023-06-08 01:31:08 +02:00
parent 9cc57907f7
commit 6ec6e8cda0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -87,7 +87,6 @@ in lib.listToAttrs (map (component: lib.nameValuePair component (
dontUsePytestXdist = true;
pytestFlagsArray = lib.remove "tests" old.pytestFlagsArray
++ [ "--numprocesses=2" ]
++ extraPytestFlagsArray.${component} or [ ]
++ [ "tests/components/${component}" ];