python3Packages.celery: remove pytest-xdist due to hangs w/o sandbox (#511212)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user