python3Packages.celery: remove pytest-xdist due to hangs w/o sandbox (#511212)

This commit is contained in:
Gaétan Lepage
2026-04-20 10:30:12 +00:00
committed by GitHub
@@ -154,9 +154,13 @@ buildPythonPackage (finalAttrs: {
pytest-celery
pytest-click
pytest-timeout
pytest-xdist
pytestCheckHook
]
++ lib.optionals stdenv.hostPlatform.isLinux [
# Using `pytest-xdist` leads to incomplete tests which hang `pytestRemoveBytecode`
# under `sandbox=false` (the default on Darwin).
pytest-xdist
]
++ lib.concatAttrValues finalAttrs.passthru.optional-dependencies;
disabledTestPaths = [