From 5c1476c3f70020458f8c9b252cb1043e4573a090 Mon Sep 17 00:00:00 2001 From: Leon Li Date: Thu, 12 Dec 2024 18:32:21 -0800 Subject: [PATCH] Revert "Revert "test: disable xdist to debug pyqt issue"" This reverts commit 64f022b205100fb9509a5827569d5a4b14237649. Signed-off-by: Leon Li --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 968242ca..ae5240c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,7 +162,7 @@ addopts = [ "--cov-report=html:build/coverage", "--cov-report=xml:build/coverage/coverage.xml", "--cov-report=term-missing", - "--numprocesses=auto" + # "--numprocesses=auto" ] testpaths = [ "test/unit" ] looponfailroots = [