Merge pull request #281426 from SuperSandro2000/celeray-xdist

python311Packages.celery: use xdist to speed up checkPhase
This commit is contained in:
Nick Cao
2024-01-28 14:16:01 -05:00
committed by GitHub
@@ -18,6 +18,7 @@
, pytest-click
, pytest-subtests
, pytest-timeout
, pytest-xdist
, pytestCheckHook
, python-dateutil
, pythonOlder
@@ -63,6 +64,7 @@ buildPythonPackage rec {
pytest-click
pytest-subtests
pytest-timeout
pytest-xdist
pytestCheckHook
];
@@ -77,6 +79,10 @@ buildPythonPackage rec {
disabledTests = [
"msgpack"
"test_check_privileges_no_fchown"
# fails with pytest-xdist
"test_itercapture_limit"
"test_stamping_headers_in_options"
"test_stamping_with_replace"
] ++ lib.optionals stdenv.isDarwin [
# too many open files on hydra
"test_cleanup"